Abubakar Abid
commited on
Commit
·
4b24692
1
Parent(s):
c428d31
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
#### ignore these lines
|
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
|
8 |
|
|
|
1 |
+
#### ignore these lines
|
2 |
import os
|
3 |
os.system("pip uninstall -y gradio")
|
4 |
os.system("pip install gradio==2.5.8a0")
|
|
|
5 |
### -------------------------
|
6 |
import gradio as gr
|
7 |
|