Spaces:
Runtime error
Runtime error
sarsimour commited on
Commit ·
25a1614
1
Parent(s): d9e07cd
fix: downgrade gradio version try to fix deploy problem
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
torch==1.12.0
|
| 2 |
torchvision==0.13.0
|
| 3 |
-
gradio==
|
|
|
|
| 1 |
torch==1.12.0
|
| 2 |
torchvision==0.13.0
|
| 3 |
+
gradio==2.0.0
|