wondervictor commited on
Commit
ee6d7a6
·
verified ·
1 Parent(s): 3011348

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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")