Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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,
|