abidlabs HF staff commited on
Commit
5c09778
·
1 Parent(s): 95a2926

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
- os.system("pip install gradio --upgrade")
 
3
 
4
  import gradio as gr
5
 
 
1
  import os
2
+ os.system("pip uninstall gradio")
3
+ os.system("pip install git+https //github.com/gradio-app/gradio.git")
4
 
5
  import gradio as gr
6