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