n1kkqt
commited on
Commit
•
147c125
1
Parent(s):
f7c8faa
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=[glob.glob('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 |
)
|