YaTharThShaRma999 commited on
Commit
cbab578
1 Parent(s): 4d0e09c

Update app_gradio.py

Browse files
Files changed (1) hide show
  1. app_gradio.py +1 -2
app_gradio.py CHANGED
@@ -370,5 +370,4 @@ with gr.Blocks(css=css, title='Fast Segment Anything') as demo:
370
  clear_btn_p.click(clear, outputs=[cond_img_p, segm_img_p])
371
  clear_btn_t.click(clear_text, outputs=[cond_img_p, segm_img_p, text_box])
372
 
373
- demo.queue()
374
- demo.launch()
 
370
  clear_btn_p.click(clear, outputs=[cond_img_p, segm_img_p])
371
  clear_btn_t.click(clear_text, outputs=[cond_img_p, segm_img_p, text_box])
372
 
373
+ demo.launch(share=True)