Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,6 +2,6 @@ streamlit==1.25.0
|
|
2 |
transformers==4.35.0
|
3 |
torch==2.0.1
|
4 |
gTTS==2.2.3
|
5 |
-
youtubesearchpython
|
6 |
llama-cpp==0.0.1 # or the appropriate version if available
|
7 |
requests==2.28.2
|
|
|
2 |
transformers==4.35.0
|
3 |
torch==2.0.1
|
4 |
gTTS==2.2.3
|
5 |
+
youtubesearchpython>=1.6.5
|
6 |
llama-cpp==0.0.1 # or the appropriate version if available
|
7 |
requests==2.28.2
|