Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +11 -9
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
1 |
+
torch>=2.0
|
2 |
+
whisper
|
3 |
+
pydub>=0.25
|
4 |
+
gTTS>=2.2
|
5 |
+
gradio>=4.0
|
6 |
+
requests>=2.31
|
7 |
+
numpy>=1.23
|
8 |
+
soundfile>=0.12
|
9 |
+
Pillow>=9.0
|
10 |
+
moviepy>=1.0.3
|
11 |
+
opencv-python>=4.8
|