Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -11
requirements.txt
CHANGED
@@ -1,14 +1,5 @@
|
|
1 |
-
moviepy==1.0.3
|
2 |
-
gtts==2.3.1
|
3 |
-
requests==2.31.0
|
4 |
-
pydub==0.25.1
|
5 |
-
pillow==10.0.1
|
6 |
-
numpy==1.24.3
|
7 |
-
gradio==4.19.1
|
8 |
-
|
9 |
-
|
10 |
transformers==4.49.0
|
11 |
-
moviepy
|
12 |
gtts
|
13 |
requests
|
14 |
pydub
|
@@ -16,8 +7,10 @@ pillow
|
|
16 |
kokoro>=0.3.4
|
17 |
soundfile
|
18 |
torch
|
19 |
-
|
20 |
pysrt
|
|
|
21 |
beautifulsoup4
|
22 |
opencv-python
|
|
|
23 |
IPython
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers==4.49.0
|
2 |
+
moviepy
|
3 |
gtts
|
4 |
requests
|
5 |
pydub
|
|
|
7 |
kokoro>=0.3.4
|
8 |
soundfile
|
9 |
torch
|
10 |
+
gradio
|
11 |
pysrt
|
12 |
+
numpy
|
13 |
beautifulsoup4
|
14 |
opencv-python
|
15 |
+
# IPython is usually not needed for deployment, but keep if required
|
16 |
IPython
|