Abubakar Abid
commited on
Commit
•
40c7d40
1
Parent(s):
1e5b2ff
Update app.py
Browse files
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("
|
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
|