Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
gradio
|
2 |
git+https://github.com/SYSTRAN/faster-whisper.git
|
3 |
yt-dlp
|
4 |
-
requests
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
git+https://github.com/SYSTRAN/faster-whisper.git
|
3 |
yt-dlp
|
4 |
+
requests
|
5 |
+
pytube
|
6 |
+
ffmpeg-python
|