Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ def cellpose_segment(img_input):
|
|
| 113 |
|
| 114 |
outpix = plot_outlines(img_input, masks)
|
| 115 |
overlay = plot_overlay(img_input, masks)
|
| 116 |
-
return outpix, overlay, flows,
|
| 117 |
|
| 118 |
# Gradio Interface
|
| 119 |
iface = gr.Interface(
|
|
|
|
| 113 |
|
| 114 |
outpix = plot_outlines(img_input, masks)
|
| 115 |
overlay = plot_overlay(img_input, masks)
|
| 116 |
+
return outpix, overlay, flows, masks
|
| 117 |
|
| 118 |
# Gradio Interface
|
| 119 |
iface = gr.Interface(
|