abidlabs HF Staff commited on
Commit
e6ab683
·
1 Parent(s): 5d0b2bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 mask")
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"