Spaces:
Running on Zero
Running on Zero
Update requirements.txt
#49
by XtewaldX - opened
- requirements.txt +12 -7
requirements.txt
CHANGED
|
@@ -1,9 +1,14 @@
|
|
| 1 |
-
|
| 2 |
edge-tts
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
ffmpeg-python
|
| 9 |
-
|
|
|
|
| 1 |
+
huggingface_hub==0.24.6
|
| 2 |
edge-tts
|
| 3 |
+
deep-translator
|
| 4 |
+
faster-whisper
|
| 5 |
+
nest-asyncio
|
| 6 |
+
opencv-python-headless
|
| 7 |
+
torch==2.1.2
|
| 8 |
+
torchaudio==2.1.2
|
| 9 |
+
numpy<2
|
| 10 |
+
fastapi==0.104.1
|
| 11 |
+
pydantic==2.5.3
|
| 12 |
+
uvicorn>=0.24.0
|
| 13 |
ffmpeg-python
|
| 14 |
+
scipy
|