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