Spaces:
Runtime error
Runtime error
Commit
·
2a6e57a
1
Parent(s):
5f3c0c5
updates files
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ gr_input = [gr.inputs.Image(label="Image", type="numpy", shape=(512, 512)), gr.i
|
|
28 |
gr_output = [gr.outputs.Image(type="pil",label="Segmentation Mask"),
|
29 |
]
|
30 |
|
31 |
-
iface = gr.Interface(fn=infer, title='ribs segmentation model', description='Keras implementation of ResUNET++ for xray ribs segmentation', inputs=gr_input, outputs=gr_output,
|
|
|
28 |
gr_output = [gr.outputs.Image(type="pil",label="Segmentation Mask"),
|
29 |
]
|
30 |
|
31 |
+
iface = gr.Interface(fn=infer, title='ribs segmentation model', description='Keras implementation of ResUNET++ for xray ribs segmentation', inputs=gr_input, outputs=gr_output, flagging_dir="flagged").launch(cache_examples=True)
|