Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio
|
2 |
-
llama-cpp-python
|
3 |
-
openai-whisper
|
4 |
-
gTTS
|
|
|
1 |
+
gradio
|
2 |
+
llama-cpp-python==0.1.78 --force-reinstall --upgrade --no-cache-dir --verbose
|
3 |
+
openai-whisper
|
4 |
+
gTTS
|