Spaces:
Runtime error
Runtime error
Upgrade gradio to 2.9.0 to fix missing UI assets error
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
-
gradio==2.
|
3 |
transformers==4.12.5
|
4 |
torch==1.10.0+cpu
|
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
gradio==2.9.0
|
3 |
transformers==4.12.5
|
4 |
torch==1.10.0+cpu
|