mouseland commited on
Commit
fab2303
·
verified ·
1 Parent(s): ded4361

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, Image.fromarray(masks )
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(