Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -8,4 +8,5 @@ chromadb==0.4.22
|
|
| 8 |
sentence-transformers==2.3.1
|
| 9 |
numpy==1.25.2
|
| 10 |
gunicorn==21.2.0
|
|
|
|
| 11 |
llama-cpp-python==0.2.11 # or your installed version
|
|
|
|
| 8 |
sentence-transformers==2.3.1
|
| 9 |
numpy==1.25.2
|
| 10 |
gunicorn==21.2.0
|
| 11 |
+
flask==2.3.3
|
| 12 |
llama-cpp-python==0.2.11 # or your installed version
|