Update app.py
Browse files
app.py
CHANGED
@@ -623,4 +623,4 @@ with gr.Blocks() as demo:
|
|
623 |
coords_ch1_input, coords_ch6_input, coords_ch11_input],
|
624 |
outputs=[image_ch1, image_ch6, image_ch11, image_ap1, image_ap2, image_cover_final, image_cells])
|
625 |
|
626 |
-
demo.launch(
|
|
|
623 |
coords_ch1_input, coords_ch6_input, coords_ch11_input],
|
624 |
outputs=[image_ch1, image_ch6, image_ch11, image_ap1, image_ap2, image_cover_final, image_cells])
|
625 |
|
626 |
+
demo.launch(share = True)
|