Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -16
requirements.txt
CHANGED
@@ -1,22 +1,15 @@
|
|
1 |
-
|
2 |
moviepy
|
3 |
-
|
|
|
4 |
pydub
|
5 |
-
|
6 |
-
|
7 |
-
# AI / ML / TTS
|
8 |
-
transformers
|
9 |
-
torch
|
10 |
-
kokoro
|
11 |
-
gTTS
|
12 |
soundfile
|
13 |
-
|
14 |
-
# Web/API/Utilities
|
15 |
gradio
|
16 |
-
|
17 |
-
Pillow
|
18 |
numpy
|
19 |
beautifulsoup4
|
20 |
-
|
21 |
-
|
22 |
-
# Add any other specific libraries you might need
|
|
|
1 |
+
transformers==4.49.0
|
2 |
moviepy
|
3 |
+
gtts
|
4 |
+
requests
|
5 |
pydub
|
6 |
+
pillow
|
7 |
+
kokoro>=0.3.4
|
|
|
|
|
|
|
|
|
|
|
8 |
soundfile
|
9 |
+
torch
|
|
|
10 |
gradio
|
11 |
+
pysrt
|
|
|
12 |
numpy
|
13 |
beautifulsoup4
|
14 |
+
opencv-python
|
15 |
+
IPython
|
|