abidlabs HF staff commited on
Commit
4869076
1 Parent(s): 1d5ab6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,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
 
1
  import os
2
+ os.system("pip uninstall -y gradio")
3
  os.system("pip install git+https://github.com/gradio-app/gradio.git")
4
 
5
  import gradio as gr