Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio
|
2 |
-
simpletransformers>=0.
|
3 |
-
torch==
|
4 |
-
uvicorn
|
|
|
1 |
+
gradio==3.1.1
|
2 |
+
simpletransformers>=0.63.7
|
3 |
+
torch==1.12.0
|
4 |
+
uvicorn==0.23.2
|