Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks() as demo:
|
|
88 |
label="Nucleus Image",
|
89 |
interactive=True,
|
90 |
image_mode="L",
|
91 |
-
type="
|
92 |
)
|
93 |
|
94 |
with gr.Row():
|
|
|
88 |
label="Nucleus Image",
|
89 |
interactive=True,
|
90 |
image_mode="L",
|
91 |
+
type="numpy"
|
92 |
)
|
93 |
|
94 |
with gr.Row():
|