Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
flask
|
2 |
-
|
|
|
|
|
3 |
sentencepiece
|
4 |
-
|
5 |
-
|
6 |
-
numpy==1.23.5
|
|
|
1 |
flask
|
2 |
+
uvicorn
|
3 |
+
pydub
|
4 |
+
pyttsx3
|
5 |
sentencepiece
|
6 |
+
gguf
|
7 |
+
llama-cpp-python>=0.2.68
|
|