Skip to content

Commit 16e0ccd

Browse files
authored
Update gradio_app.py (IDEA-Research#318)
1 parent 3a2b344 commit 16e0ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/gradio_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# prepare the environment
1717
os.system("python setup.py build develop --user")
1818
os.system("pip install packaging==21.3")
19-
os.system("pip install gradio")
19+
os.system("pip install gradio==3.50.2")
2020

2121

2222
warnings.filterwarnings("ignore")

0 commit comments

Comments
 (0)