wajid commited on
Commit
0b1e38a
·
1 Parent(s): bfef016

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def main(img):
151
 
152
  import gradio as gr
153
  demo = gr.Interface(fn=main, inputs="image", outputs="json")
154
- demo.launch(debug=True,share=True)
155
 
156
 
157
 
 
151
 
152
  import gradio as gr
153
  demo = gr.Interface(fn=main, inputs="image", outputs="json")
154
+ demo.launch()
155
 
156
 
157