Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
fastapi
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 6 |
huggingface_hub==0.23.0
|
|
|
|
| 1 |
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
sentence-transformers==2.2.2
|
| 4 |
+
transformers==4.30.2
|
| 5 |
+
torch--index-url https://download.pytorch.org/whl/cpu
|
| 6 |
+
gradio==4.44.1
|
| 7 |
huggingface_hub==0.23.0
|