Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
-
yt-dlp
|
| 3 |
moviepy==1.0.3
|
| 4 |
google-api-python-client
|
| 5 |
google-auth-oauthlib
|
|
@@ -7,5 +7,4 @@ google-auth-httplib2
|
|
| 7 |
huggingface-hub
|
| 8 |
pillow
|
| 9 |
spaces
|
| 10 |
-
google-genai
|
| 11 |
-
yt-dlp-nightly
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
+
git+https://github.com/yt-dlp/yt-dlp.git@master
|
| 3 |
moviepy==1.0.3
|
| 4 |
google-api-python-client
|
| 5 |
google-auth-oauthlib
|
|
|
|
| 7 |
huggingface-hub
|
| 8 |
pillow
|
| 9 |
spaces
|
| 10 |
+
google-genai
|
|
|