n1kkqt
commited on
Commit
β’
e7309a2
1
Parent(s):
147c125
Add demo
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ demo = gr.Interface(
|
|
75 |
inputs=gr.inputs.Image(type="pil"),
|
76 |
outputs=gr.outputs.Image(type="pil"),
|
77 |
title="Semantic Interior Segmentation (Demo for Craftwork)",
|
78 |
-
examples=
|
79 |
allow_flagging="never",
|
80 |
|
81 |
)
|
|
|
75 |
inputs=gr.inputs.Image(type="pil"),
|
76 |
outputs=gr.outputs.Image(type="pil"),
|
77 |
title="Semantic Interior Segmentation (Demo for Craftwork)",
|
78 |
+
examples=glob.glob('./examples/*.jpg'),
|
79 |
allow_flagging="never",
|
80 |
|
81 |
)
|
examples/{image (1).jpg β interior (1).jpg}
RENAMED
File without changes
|
examples/{image (3).jpg β interior (2).jpg}
RENAMED
File without changes
|
examples/{image (4).jpg β interior (3).jpg}
RENAMED
File without changes
|
examples/{image (5).jpg β interior (4).jpg}
RENAMED
File without changes
|
examples/{image (6).jpg β interior (5).jpg}
RENAMED
File without changes
|