Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
httpx
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
openai-whisper==20231117
|
3 |
+
moviepy==1.0.3
|
4 |
+
deep-translator==1.11.4
|
5 |
+
pydub==0.25.1
|
6 |
+
torch==2.0.1
|
7 |
+
numpy==1.24.3
|
8 |
+
ffmpeg-python==0.2.0
|
|