Update app.py
Browse files
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 = "
|
| 205 |
-
flows = gr.Image(label = "Cellpose flows", type = "
|
| 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 |
|