tlsgy
commited on
Commit
·
800a83d
1
Parent(s):
1d516db
ff
Browse files
app.py
CHANGED
@@ -79,13 +79,16 @@ def transform(img):
|
|
79 |
app = gr.Interface(
|
80 |
fn=transform,
|
81 |
inputs=gr.Image(label="Input Image"),
|
82 |
-
outputs=gr.Image(label="Image
|
83 |
-
title="
|
84 |
-
description="
|
85 |
examples=[
|
86 |
"example_images/img1.jpg",
|
87 |
"example_images/img2.jpg",
|
88 |
-
"example_images/img3.jpg"
|
|
|
|
|
|
|
89 |
]
|
90 |
)
|
91 |
|
|
|
79 |
app = gr.Interface(
|
80 |
fn=transform,
|
81 |
inputs=gr.Image(label="Input Image"),
|
82 |
+
outputs=gr.Image(label="Output Image"),
|
83 |
+
title="반려동물 이미지 분할",
|
84 |
+
description="Background, Pet, Boundary 세가지 이미지 분할",
|
85 |
examples=[
|
86 |
"example_images/img1.jpg",
|
87 |
"example_images/img2.jpg",
|
88 |
+
"example_images/img3.jpg",
|
89 |
+
"example_images/img4.jpg",
|
90 |
+
"example_images/img5.jpeg",
|
91 |
+
"example_images/img6.jpg",
|
92 |
]
|
93 |
)
|
94 |
|
example_images/{img5.jpg.jpeg → img5.jpeg}
RENAMED
File without changes
|
example_images/{img6.jpg.jpg → img6.jpg}
RENAMED
File without changes
|