Spaces:
Runtime error
Runtime error
JinHyeong99
commited on
Commit
ยท
1d38445
1
Parent(s):
8979ade
app.py
CHANGED
@@ -25,7 +25,7 @@ def segment_image(image):
|
|
25 |
# Gradio ์ธํฐํ์ด์ค ์ ์
|
26 |
iface = gr.Interface(
|
27 |
fn=segment_image,
|
28 |
-
inputs=gr.inputs.Image(
|
29 |
examples = ['image1.jpg', 'image2.jpg', 'image3.jpg'],
|
30 |
outputs=['plot'],
|
31 |
title="SegFormer Image Segmentation",
|
|
|
25 |
# Gradio ์ธํฐํ์ด์ค ์ ์
|
26 |
iface = gr.Interface(
|
27 |
fn=segment_image,
|
28 |
+
inputs=gr.inputs.Image(),
|
29 |
examples = ['image1.jpg', 'image2.jpg', 'image3.jpg'],
|
30 |
outputs=['plot'],
|
31 |
title="SegFormer Image Segmentation",
|