Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,10 @@ demo = gr.Interface(
|
|
97 |
[
|
98 |
"assets/carrots.jpg",
|
99 |
"3carrots in center with ice and greenn leaves"
|
100 |
-
]
|
|
|
|
|
|
|
101 |
title="📷 EVF-SAM: Referring Expression Segmentation",
|
102 |
description=desc,
|
103 |
allow_flagging="never")
|
|
|
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 |
+
],
|
104 |
title="📷 EVF-SAM: Referring Expression Segmentation",
|
105 |
description=desc,
|
106 |
allow_flagging="never")
|