Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
# Core video/audio processing
|
2 |
-
moviepy
|
3 |
ffmpeg-python # Often helpful alongside moviepy, though not strictly required by your code yet
|
4 |
-
pydub
|
5 |
-
opencv-python
|
6 |
|
7 |
# AI / ML / TTS
|
8 |
-
transformers
|
9 |
-
torch
|
10 |
-
kokoro
|
11 |
-
gTTS
|
12 |
-
soundfile
|
13 |
|
14 |
# Web/API/Utilities
|
15 |
-
gradio
|
16 |
-
requests
|
17 |
-
Pillow
|
18 |
-
numpy
|
19 |
-
beautifulsoup4
|
20 |
-
pysrt
|
21 |
|
22 |
# Add any other specific libraries you might need
|
|
|
1 |
# Core video/audio processing
|
2 |
+
moviepy
|
3 |
ffmpeg-python # Often helpful alongside moviepy, though not strictly required by your code yet
|
4 |
+
pydub
|
5 |
+
opencv-python
|
6 |
|
7 |
# AI / ML / TTS
|
8 |
+
transformers
|
9 |
+
torch
|
10 |
+
kokoro
|
11 |
+
gTTS
|
12 |
+
soundfile
|
13 |
|
14 |
# Web/API/Utilities
|
15 |
+
gradio
|
16 |
+
requests
|
17 |
+
Pillow
|
18 |
+
numpy
|
19 |
+
beautifulsoup4
|
20 |
+
pysrt
|
21 |
|
22 |
# Add any other specific libraries you might need
|