Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
flask==3.0.2
|
|
|
2 |
sentence-transformers==2.7.0
|
3 |
-
torch==2.3.0 --extra-index-url https://download.pytorch.org/whl/cpu
|
4 |
-
transformers==4.40.0
|
|
|
1 |
flask==3.0.2
|
2 |
+
gunicorn==21.2.0
|
3 |
sentence-transformers==2.7.0
|
4 |
+
torch==2.3.0 --extra-index-url https://download.pytorch.org/whl/cpu
|
|