Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
transformers==4.41.2
|
2 |
-
torch
|
3 |
-
fastapi
|
4 |
-
uvicorn
|
|
|
1 |
transformers==4.41.2
|
2 |
+
torch>=2.1.0
|
3 |
+
fastapi==0.111.0
|
4 |
+
uvicorn==0.29.0
|