Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -2
requirements.txt
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers==4.49.0
|
2 |
moviepy==1.0.3
|
3 |
gtts
|
@@ -7,9 +16,8 @@ pillow
|
|
7 |
kokoro>=0.3.4
|
8 |
soundfile
|
9 |
torch
|
10 |
-
|
11 |
pysrt
|
12 |
-
numpy
|
13 |
beautifulsoup4
|
14 |
opencv-python
|
15 |
IPython
|
|
|
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==1.0.3
|
12 |
gtts
|
|
|
16 |
kokoro>=0.3.4
|
17 |
soundfile
|
18 |
torch
|
19 |
+
grad
|
20 |
pysrt
|
|
|
21 |
beautifulsoup4
|
22 |
opencv-python
|
23 |
IPython
|