Yw22 commited on
Commit
054313f
1 Parent(s): 1cf0e7d
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import os
2
- print("Installing correct gradio version...")
3
- os.system("pip uninstall -y gradio")
4
- os.system("pip install gradio==3.50.0")
5
- print("Installing Finished!")
6
 
7
 
8
  import gradio as gr
 
1
  import os
2
+ # print("Installing correct gradio version...")
3
+ # os.system("pip uninstall -y gradio")
4
+ # os.system("pip install gradio==3.50.0")
5
+ # print("Installing Finished!")
6
 
7
 
8
  import gradio as gr