JinHyeong99 commited on
Commit
3763dfd
ยท
1 Parent(s): d7acb8a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def segment_image(image):
35
  return Image.fromarray(colored_mask.astype(np.uint8))
36
 
37
  # ์˜ˆ์‹œ ์ด๋ฏธ์ง€ ๊ฒฝ๋กœ
38
- example_images = ["path/to/image1.jpg", "path/to/image2.jpg", "path/to/image3.jpg"]
39
 
40
  # Gradio ์ธํ„ฐํŽ˜์ด์Šค ์„ค์ •
41
  iface = gr.Interface(
 
35
  return Image.fromarray(colored_mask.astype(np.uint8))
36
 
37
  # ์˜ˆ์‹œ ์ด๋ฏธ์ง€ ๊ฒฝ๋กœ
38
+ example_images = ["image1.jpg", "image2.jpg", "image3.jpg"]
39
 
40
  # Gradio ์ธํ„ฐํŽ˜์ด์Šค ์„ค์ •
41
  iface = gr.Interface(