Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
torch
|
4 |
-
transformers
|
5 |
-
gradio
|
|
|
|
1 |
+
fastapi==0.103.2
|
2 |
+
uvicorn==0.23.2
|
3 |
+
torch==2.1.0
|
4 |
+
transformers==4.35.2
|
5 |
+
gradio==3.48.0
|
6 |
+
python-multipart==0.0.6
|