yunyangx commited on
Commit
acf7fa0
1 Parent(s): 826f2a4

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -433,5 +433,4 @@ with gr.Blocks(css=css, title="Efficient SAM") as demo:
433
  clear_btn_p.click(clear, outputs=[cond_img_p, segm_img_p])
434
  clear_btn_b.click(clear, outputs=[cond_img_b, segm_img_b])
435
 
436
- demo.queue()
437
- demo.launch(share=True)
 
433
  clear_btn_p.click(clear, outputs=[cond_img_p, segm_img_p])
434
  clear_btn_b.click(clear, outputs=[cond_img_b, segm_img_b])
435
 
436
+ demo.launch(enable_queue=True)