Update app.py
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ with gr.Blocks(title = "Hello",
|
|
| 139 |
# output_image3 = gr.Image(label = "Output image", type = "pil")
|
| 140 |
|
| 141 |
send_btn = gr.Button("Infer")
|
| 142 |
-
send_btn.click(fn=cellpose_segment, inputs=[
|
| 143 |
|
| 144 |
|
| 145 |
|
|
|
|
| 139 |
# output_image3 = gr.Image(label = "Output image", type = "pil")
|
| 140 |
|
| 141 |
send_btn = gr.Button("Infer")
|
| 142 |
+
send_btn.click(fn=cellpose_segment, inputs=[input_image], outputs=[output_image3])
|
| 143 |
|
| 144 |
|
| 145 |
|