wajid commited on
Commit
69ab429
·
1 Parent(s): ef2362d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ io = gr.Interface(fn=main, inputs="image", outputs="json")
189
  gradio_app = gr.routes.App.create_app(io)
190
 
191
  app.mount(CUSTOM_PATH, gradio_app)
192
- #demo.launch()
193
 
194
 
195
 
 
189
  gradio_app = gr.routes.App.create_app(io)
190
 
191
  app.mount(CUSTOM_PATH, gradio_app)
192
+ io.launch()
193
 
194
 
195