aliabd HF staff commited on
Commit
0bacdfe
·
1 Parent(s): d848d3c

Upload with huggingface_hub

Browse files
Files changed (1) hide show
  1. run.py +2 -2
run.py CHANGED
@@ -80,8 +80,8 @@ def segment(input):
80
 
81
  import gradio as gr
82
 
83
- i = gr.Image(shape=(112, 112), label="Echocardiogram")
84
- o = gr.Image(label="Segmentation Mask")
85
 
86
  examples = [["img1.jpg"], ["img2.jpg"]]
87
  title = None #"Left Ventricle Segmentation"
 
80
 
81
  import gradio as gr
82
 
83
+ i = gr.inputs.Image(shape=(112, 112), label="Echocardiogram")
84
+ o = gr.outputs.Image(label="Segmentation Mask")
85
 
86
  examples = [["img1.jpg"], ["img2.jpg"]]
87
  title = None #"Left Ventricle Segmentation"