Abubakar Abid commited on
Commit
2d50648
·
1 Parent(s): 97f1cf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ 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("pip install -e gradio")
7
- os.system("cd frontend")
8
  os.system("npm install")
9
  os.system("npm run build")
10
  ### Real code is below
 
4
  os.system("cd gradio && git fetch && git checkout flagging-spaces")
5
  os.system("pip uninstall -y gradio")
6
  os.system("pip install -e gradio")
7
+ os.system("cd gradio/frontend")
8
  os.system("npm install")
9
  os.system("npm run build")
10
  ### Real code is below