Abubakar Abid commited on
Commit
4b24692
·
1 Parent(s): c428d31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,8 +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("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