Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -4,4 +4,4 @@ sentence-transformers>=2.3.0
|
|
4 |
numpy>=1.20.0
|
5 |
faiss-cpu>=1.7.0 # Use faiss-gpu if you need GPU support on HF Spaces
|
6 |
huggingface-hub>=0.15.1 # Version compatible with sentence-transformers >= 2.3.0
|
7 |
-
gunicorn # Added for deployment on Hugging Face Spaces
|
|
|
4 |
numpy>=1.20.0
|
5 |
faiss-cpu>=1.7.0 # Use faiss-gpu if you need GPU support on HF Spaces
|
6 |
huggingface-hub>=0.15.1 # Version compatible with sentence-transformers >= 2.3.0
|
7 |
+
gunicorn # Added for deployment on Hugging Face Spaces
|