Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.0
|
| 2 |
+
uvicorn==0.30.6
|
| 3 |
+
transformers==4.43.3
|
| 4 |
+
torch==2.3.1
|
| 5 |
+
nltk==3.9.1
|
| 6 |
+
openai-whisper==20231117
|
| 7 |
+
ffmpeg-python==0.2.0
|