Spaces:
Runtime error
Runtime error
JinHyeong99
commited on
Commit
ยท
3763dfd
1
Parent(s):
d7acb8a
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 = ["
|
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(
|