ajflorez commited on
Commit
6b67efc
·
verified ·
1 Parent(s): 3061070

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(debug = True)
 
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)