Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn==0.24.0
|
| 3 |
transformers==4.35.2
|
| 4 |
torch==2.1.0
|
| 5 |
-
numpy==1.26.4
|
| 6 |
pydantic==2.4.2
|
| 7 |
httpx==0.25.1
|
|
|
|
|
|
| 1 |
+
numpy==1.26.4
|
| 2 |
fastapi==0.104.1
|
| 3 |
uvicorn==0.24.0
|
| 4 |
transformers==4.35.2
|
| 5 |
torch==2.1.0
|
|
|
|
| 6 |
pydantic==2.4.2
|
| 7 |
httpx==0.25.1
|
| 8 |
+
scipy==1.11.4
|