Abubakar Abid
commited on
Commit
·
f2ec30a
1
Parent(s):
adf1c79
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@
|
|
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")
|
|
|
2 |
import os
|
3 |
os.system("git clone https://github.com/gradio-app/gradio.git")
|
4 |
os.system("cd gradio")
|
5 |
+
os.system("git fetch")
|
6 |
os.system("git checkout flagging-spaces")
|
7 |
os.system("pip uninstall -y gradio")
|
8 |
os.system("pip install -e gradio")
|