Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -8
requirements.txt
CHANGED
@@ -1,8 +1,14 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=3.0.0
|
2 |
+
assemblyai>=0.15.0
|
3 |
+
deep-translator>=1.11.0
|
4 |
+
pysrt>=1.1.2
|
5 |
+
tqdm>=4.65.0
|
6 |
+
torch>=2.0.0
|
7 |
+
TTS>=0.21.0
|
8 |
+
|
9 |
+
ffmpeg-python>=0.2.0
|
10 |
+
pydub>=0.25.1
|
11 |
+
|
12 |
+
numpy>=1.23.0
|
13 |
+
requests>=2.28.0
|
14 |
+
python-dotenv>=0.21.0
|