Spaces:
Running
on
Zero
Running
on
Zero
wondervictor
commited on
Commit
•
dbf9659
1
Parent(s):
e31f75b
Update app.py
Browse files
app.py
CHANGED
@@ -92,12 +92,9 @@ demo = gr.Interface(
|
|
92 |
gr.components.Image(type="numpy", label="visulization"),
|
93 |
gr.components.Image(type="numpy", label="mask")
|
94 |
],
|
95 |
-
examples=[["assets/zebra.jpg", "zebra top left"],
|
96 |
-
["assets/bus.jpg", "bus going to south common"],
|
97 |
-
[
|
98 |
-
"assets/carrots.jpg",
|
99 |
-
"3carrots in center with ice and greenn leaves"
|
100 |
-
],
|
101 |
["assets/man_sdxl.png", "hair", True],
|
102 |
["assets/seaside_sdxl.png", "sea", True]
|
103 |
],
|
|
|
92 |
gr.components.Image(type="numpy", label="visulization"),
|
93 |
gr.components.Image(type="numpy", label="mask")
|
94 |
],
|
95 |
+
examples=[["assets/zebra.jpg", "zebra top left", False],
|
96 |
+
["assets/bus.jpg", "bus going to south common", False],
|
97 |
+
["assets/carrots.jpg", "3carrots in center with ice and greenn leaves", False],
|
|
|
|
|
|
|
98 |
["assets/man_sdxl.png", "hair", True],
|
99 |
["assets/seaside_sdxl.png", "sea", True]
|
100 |
],
|