Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
3 |
-
|
4 |
-
transformers>=4.40
|
5 |
huggingface_hub>=0.23
|
6 |
python-jose[cryptography]
|
7 |
-
pydantic
|
|
|
1 |
+
numpy==1.26.4
|
2 |
+
torch==2.2.2
|
3 |
fastapi
|
4 |
uvicorn[standard]
|
5 |
+
transformers==4.40.0
|
|
|
6 |
huggingface_hub>=0.23
|
7 |
python-jose[cryptography]
|
8 |
+
pydantic
|