Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
-
gradio==4.29.0
|
2 |
yt-dlp==2024.2.16.232705.dev0
|
|
|
|
|
|
|
3 |
ffmpeg==1.4
|
4 |
openai-whisper==20231117
|
5 |
opencv-contrib-python==4.8.0.76
|
6 |
|
7 |
|
8 |
|
|
|
|
|
|
1 |
yt-dlp==2024.2.16.232705.dev0
|
2 |
+
gradio-client==0.16.1
|
3 |
+
websockets<12.0,>=10.0
|
4 |
+
gradio==4.29.0
|
5 |
ffmpeg==1.4
|
6 |
openai-whisper==20231117
|
7 |
opencv-contrib-python==4.8.0.76
|
8 |
|
9 |
|
10 |
|
11 |
+
|