Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +14 -8
requirements.txt
CHANGED
@@ -1,11 +1,17 @@
|
|
1 |
-
gradio
|
2 |
-
|
|
|
|
|
|
|
3 |
moviepy==1.0.3
|
4 |
-
|
5 |
-
|
6 |
-
numpy==1.26.1
|
7 |
-
Pillow==10.1.0
|
8 |
assemblyai
|
9 |
-
|
|
|
|
|
10 |
pydub==0.25.1
|
11 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
python-dotenv
|
3 |
+
requests
|
4 |
+
numpy==1.24.3
|
5 |
+
Pillow==10.0.0
|
6 |
moviepy==1.0.3
|
7 |
+
google-generativeai==0.3.1
|
8 |
+
g4f==0.1.9.0
|
|
|
|
|
9 |
assemblyai
|
10 |
+
openai==1.3.5
|
11 |
+
edge-tts==6.1.9
|
12 |
+
gtts==2.3.2
|
13 |
pydub==0.25.1
|
14 |
+
scikit-image==0.21.0
|
15 |
+
tensorflow==2.12.0
|
16 |
+
soundfile==0.12.1
|
17 |
+
termcolor==2.3.0
|