JinHyeong99 commited on
Commit
1d38445
ยท
1 Parent(s): 8979ade
Files changed (1) hide show
  1. app.py +1 -1
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(type="pil"),
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",