mouseland commited on
Commit
af922c1
·
verified ·
1 Parent(s): eecd9f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -201,8 +201,8 @@ with gr.Blocks(title = "Hello",
201
 
202
  with gr.Column(scale=2):
203
  img_outlines = gr.Image(label = "Outlines", type = "pil")
204
- img_overlay = gr.Image(label = "Overlay", type = "numpy")
205
- flows = gr.Image(label = "Cellpose flows", type = "numpy")
206
  #masks = gr.Image(label = "Output image", type = "numpy")
207
 
208
 
 
201
 
202
  with gr.Column(scale=2):
203
  img_outlines = gr.Image(label = "Outlines", type = "pil")
204
+ img_overlay = gr.Image(label = "Overlay", type = "pil")
205
+ flows = gr.Image(label = "Cellpose flows", type = "pil")
206
  #masks = gr.Image(label = "Output image", type = "numpy")
207
 
208