Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,5 +2,6 @@ fastapi==0.104.1
|
|
| 2 |
uvicorn==0.24.0
|
| 3 |
transformers==4.35.2
|
| 4 |
torch==2.1.0
|
|
|
|
| 5 |
pydantic==2.4.2
|
| 6 |
httpx==0.25.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
|