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

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 -y 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 -y gradio")
3
+ os.system("pip install gradio==2.6.1a0")
4
 
5
  import gradio as gr
6