wangjunjian commited on
Commit
4ad1b74
·
verified ·
1 Parent(s): f26cc9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ demo = gr.Interface(
16
  outputs = gr.Image(label="Output image with predicted instances", type="pil")
17
  )
18
 
19
- demo.launch(enable_queue=True, debug=True)
 
16
  outputs = gr.Image(label="Output image with predicted instances", type="pil")
17
  )
18
 
19
+ demo.launch()