Abubakar Abid commited on
Commit
21bcf60
·
1 Parent(s): cbceffb

Update app.py

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