Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +11 -8
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
-
pip==22.2.2
|
2 |
-
gradio==3.0.24
|
3 |
-
googletrans==4.0.0rc1
|
4 |
-
moviepy
|
5 |
-
SpeechRecognition
|
6 |
-
gTTS
|
7 |
-
youtube_transcript_api
|
8 |
-
pytube
|
|
|
|
|
|
|
|
1 |
+
pip==22.2.2
|
2 |
+
gradio==3.0.24
|
3 |
+
googletrans==4.0.0rc1
|
4 |
+
moviepy
|
5 |
+
SpeechRecognition
|
6 |
+
gTTS
|
7 |
+
youtube_transcript_api
|
8 |
+
pytube
|
9 |
+
httpcore==0.15.0
|
10 |
+
httpx
|
11 |
+
pymongo
|