yrodriguezmd commited on
Commit
dcbfd14
1 Parent(s): 34a5181

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -70,7 +70,8 @@ outputs = gr.outputs.Image(type="pil")
70
 
71
  gr_interface = gr.Interface(fn=show_preds_gradio, inputs=["image", display_chkbox_label, display_chkbox_box, detection_threshold_slider],
72
  outputs=outputs, title='Surgical Instrument Detection and Identification Tool', # , article=article,
73
- examples=examples) ##
 
74
 
75
 
76
  gr_interface.launch(inline=False, share=True, debug=True)
 
70
 
71
  gr_interface = gr.Interface(fn=show_preds_gradio, inputs=["image", display_chkbox_label, display_chkbox_box, detection_threshold_slider],
72
  outputs=outputs, title='Surgical Instrument Detection and Identification Tool', # , article=article,
73
+ examples=examples,
74
+ enable_queue=True) ##
75
 
76
 
77
  gr_interface.launch(inline=False, share=True, debug=True)