Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
huggingface_hub==0.25.2
|
|
|
|
| 2 |
fastapi
|
| 3 |
uvicorn
|
| 4 |
-
|
| 5 |
sentence-transformers
|
| 6 |
faiss-cpu
|
| 7 |
datasets
|
| 8 |
gradio
|
| 9 |
-
requests
|
|
|
|
| 1 |
huggingface_hub==0.25.2
|
| 2 |
+
requests
|
| 3 |
fastapi
|
| 4 |
uvicorn
|
| 5 |
+
pydantic
|
| 6 |
sentence-transformers
|
| 7 |
faiss-cpu
|
| 8 |
datasets
|
| 9 |
gradio
|
|
|