Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +15 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
edge-tts
|
| 3 |
insanely-fast-whisper
|
| 4 |
opencv-python
|
|
@@ -6,4 +6,17 @@ huggingface-hub
|
|
| 6 |
moviepy
|
| 7 |
spaces
|
| 8 |
ffmpeg-python
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
deep-translator
|
| 2 |
edge-tts
|
| 3 |
insanely-fast-whisper
|
| 4 |
opencv-python
|
|
|
|
| 6 |
moviepy
|
| 7 |
spaces
|
| 8 |
ffmpeg-python
|
| 9 |
+
moviepy==1.0.3
|
| 10 |
+
opencv-python-headless
|
| 11 |
+
ffmpeg-python
|
| 12 |
+
edge-tts
|
| 13 |
+
huggingface_hub
|
| 14 |
+
spaces
|
| 15 |
+
imageio
|
| 16 |
+
imageio-ffmpeg
|
| 17 |
+
numpy<2
|
| 18 |
+
huggingface_hub==0.23.5
|
| 19 |
+
fastapi==0.110.0
|
| 20 |
+
pydantic==2.6.4
|
| 21 |
+
torch==2.1.2
|
| 22 |
+
torchaudio==2.1.2
|