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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
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
 
 
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