Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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.
|
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)
|
|