Abubakar Abid commited on
Commit
40c7d40
1 Parent(s): 1e5b2ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -1,11 +1,7 @@
1
  #### ignore these lines -- just needed to install and build a particular branch
2
  import os
3
  os.system("pip uninstall -y gradio")
4
- os.system("git clone https://github.com/gradio-app/gradio.git gradio")
5
- os.system("cd gradio && git fetch && git checkout flagging-spaces && pip install -e .")
6
- os.system("cd gradio/frontend && npm install && npm run build")
7
- import site
8
- site.main()
9
  ### Real code is below
10
  ### -------------------------
11
  import gradio as gr
 
1
  #### ignore these lines -- just needed to install and build a particular branch
2
  import os
3
  os.system("pip uninstall -y gradio")
4
+ os.system("pip install gradio==2.5.8a0")
 
 
 
 
5
  ### Real code is below
6
  ### -------------------------
7
  import gradio as gr