mouseland commited on
Commit
9fd7528
·
verified ·
1 Parent(s): 335c9e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[model, input_image], outputs=[output_image3])
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