Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
gradio=
|
| 2 |
groq
|
| 3 |
-
huggingface_hub>=0.24
|
| 4 |
yt-dlp
|
|
|
|
| 5 |
ffmpeg-python
|
| 6 |
requests
|
|
|
|
|
|
| 1 |
+
gradio>=4.44.0
|
| 2 |
groq
|
|
|
|
| 3 |
yt-dlp
|
| 4 |
+
pydub
|
| 5 |
ffmpeg-python
|
| 6 |
requests
|
| 7 |
+
python-dotenv
|