Upload with huggingface_hub
Browse files
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"
|