Spaces:
Sleeping
Sleeping
YaTharThShaRma999
commited on
Commit
•
cbab578
1
Parent(s):
4d0e09c
Update app_gradio.py
Browse files- 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.
|
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)
|
|