hhhhhh0103 commited on
Commit
c120420
·
verified ·
1 Parent(s): 650c7a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ examples = [
239
 
240
  gradio_app = gr.Interface(
241
  predict,
242
- inputs=[gr.Image(label="img1", type="pil"), gr.Image(label="img2", type="pil")]
243
  outputs=[gr.Image(label="ROIs in img1"), gr.Image(label="ROIs in img2")],
244
  title="SAMReg: One Registration is Worth Two Segmentations",
245
  examples=examples,
 
239
 
240
  gradio_app = gr.Interface(
241
  predict,
242
+ inputs=[gr.Image(label="img1", type="pil"), gr.Image(label="img2", type="pil")],
243
  outputs=[gr.Image(label="ROIs in img1"), gr.Image(label="ROIs in img2")],
244
  title="SAMReg: One Registration is Worth Two Segmentations",
245
  examples=examples,