n1kkqt
commited on
Commit
•
17defce
1
Parent(s):
e7309a2
Add Demo
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ demo = gr.Interface(
|
|
74 |
gradio_process,
|
75 |
inputs=gr.inputs.Image(type="pil"),
|
76 |
outputs=gr.outputs.Image(type="pil"),
|
77 |
-
title="Semantic Interior Segmentation
|
78 |
examples=glob.glob('./examples/*.jpg'),
|
79 |
allow_flagging="never",
|
80 |
|
|
|
74 |
gradio_process,
|
75 |
inputs=gr.inputs.Image(type="pil"),
|
76 |
outputs=gr.outputs.Image(type="pil"),
|
77 |
+
title="Semantic Interior Segmentation",
|
78 |
examples=glob.glob('./examples/*.jpg'),
|
79 |
allow_flagging="never",
|
80 |
|