Spaces:
Runtime error
Runtime error
JinHyeong99
commited on
Commit
·
bef3ba2
1
Parent(s):
687a81c
app.py
CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(
|
|
28 |
fn=segment_image,
|
29 |
inputs=gr.inputs.Image(type='pil'),
|
30 |
examples = ['image1.jpg', 'image2.jpg', 'image3.jpg'],
|
31 |
-
outputs= 'image'
|
32 |
title="SegFormer Image Segmentation",
|
33 |
description="Upload an image to segment it using the SegFormer model trained on Cityscapes dataset."
|
34 |
)
|
|
|
28 |
fn=segment_image,
|
29 |
inputs=gr.inputs.Image(type='pil'),
|
30 |
examples = ['image1.jpg', 'image2.jpg', 'image3.jpg'],
|
31 |
+
outputs= 'image',
|
32 |
title="SegFormer Image Segmentation",
|
33 |
description="Upload an image to segment it using the SegFormer model trained on Cityscapes dataset."
|
34 |
)
|