Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def segment(input):
|
|
82 |
import gradio as gr
|
83 |
|
84 |
i = gr.inputs.Image(shape=(112, 112), label="Echocardiogram")
|
85 |
-
o = gr.outputs.Image(label="Segmentation
|
86 |
|
87 |
examples = [["img1.jpg"], ["img2.jpg"]]
|
88 |
title = None #"Left Ventricle Segmentation"
|
|
|
82 |
import gradio as gr
|
83 |
|
84 |
i = gr.inputs.Image(shape=(112, 112), label="Echocardiogram")
|
85 |
+
o = gr.outputs.Image(label="Segmentation Mask")
|
86 |
|
87 |
examples = [["img1.jpg"], ["img2.jpg"]]
|
88 |
title = None #"Left Ventricle Segmentation"
|