Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
transformers @ git+https://github.com/nyrahealth/transformers.git@crisper_whisper
|
3 |
+
datasets>=2.14.0
|
4 |
+
gradio>=4.0.0
|
5 |
+
numpy>=1.24.0
|
6 |
+
soundfile>=0.12.1
|
7 |
+
fastapi>=0.100.0
|
8 |
+
uvicorn>=0.23.0
|
9 |
+
python-multipart>=0.0.6
|