JinHyeong99 commited on
Commit
27c1f72
ยท
1 Parent(s): e11720a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def segment_image(image):
24
  # Gradio ์ธํ„ฐํŽ˜์ด์Šค ์ •์˜
25
  iface = gr.Interface(
26
  fn=segment_image,
27
- inputs=gr.inputs.Image(),
28
  examples = ['image1.jpg', 'image2.jpg', 'image3.jpg'],
29
  outputs=['plot'],
30
  title="SegFormer Image Segmentation",
 
24
  # Gradio ์ธํ„ฐํŽ˜์ด์Šค ์ •์˜
25
  iface = gr.Interface(
26
  fn=segment_image,
27
+ inputs=gr.inputs.Image(type='pil'),
28
  examples = ['image1.jpg', 'image2.jpg', 'image3.jpg'],
29
  outputs=['plot'],
30
  title="SegFormer Image Segmentation",