Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
streamlit==1.25.0
|
2 |
-
|
3 |
-
torch==2.0.1
|
4 |
gTTS==2.2.3
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
1 |
streamlit==1.25.0
|
2 |
+
llama_cpp==<appropriate_version> # specify the correct version for llama_cpp if needed
|
|
|
3 |
gTTS==2.2.3
|
4 |
+
yt-dlp==2024.1.1
|
5 |
+
torch==2.0.1
|
6 |
+
transformers==4.35.0
|