Abubakar Abid commited on
Commit ·
adf1c79
1
Parent(s): d9f024f
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
#### ignore these lines -- just needed to install and build a particular branch
|
| 2 |
import os
|
| 3 |
-
os.system("git clone
|
| 4 |
os.system("cd gradio")
|
| 5 |
os.system("git checkout flagging-spaces")
|
| 6 |
-
os.system("pip uninstall gradio")
|
| 7 |
os.system("pip install -e gradio")
|
| 8 |
os.system("cd frontend")
|
| 9 |
os.system("npm install")
|
|
|
|
| 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")
|
| 4 |
os.system("cd gradio")
|
| 5 |
os.system("git checkout flagging-spaces")
|
| 6 |
+
os.system("pip uninstall -y gradio")
|
| 7 |
os.system("pip install -e gradio")
|
| 8 |
os.system("cd frontend")
|
| 9 |
os.system("npm install")
|