Spaces:
Runtime error
Runtime error
Commit
·
f3ff7e0
1
Parent(s):
adfcd07
updates files
Browse files
app.py
CHANGED
@@ -32,8 +32,4 @@ gr_output = [
|
|
32 |
# gr.outputs.Image(type="pil",label="Filtered Image"),
|
33 |
]
|
34 |
|
35 |
-
iface = gr.Interface(fn=infer,
|
36 |
-
title = 'ribs segmentation model',
|
37 |
-
description = 'Keras implementation of ResUNET++ for xray ribs segmentation',
|
38 |
-
inputs=gr_input,
|
39 |
-
outputs=gr_output, examples=examples, flagging_dir="flagged").launch(cache_examples=True)
|
|
|
32 |
# gr.outputs.Image(type="pil",label="Filtered Image"),
|
33 |
]
|
34 |
|
35 |
+
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, flagging_dir="flagged").launch(cache_examples=True)
|
|
|
|
|
|
|
|