Spaces:
Paused
Paused
Commit ·
ea37bb6
1
Parent(s): fca4a13
(feat) update example
Browse files
app.py
CHANGED
|
@@ -375,12 +375,11 @@ def create_demo():
|
|
| 375 |
# ["examples/in_the_wild.jpg", "Green plastic cup.", "Blue plastic cup."],
|
| 376 |
gr.Examples(
|
| 377 |
examples=[
|
| 378 |
-
["examples/apples.png", "
|
| 379 |
["examples/black_beans.jpg", "Black bean.", "Soy bean."],
|
| 380 |
["examples/candy.jpg", "Brown coffee candy.", "Black coffee candy."],
|
| 381 |
["examples/strawberry.jpg", "strawberry and blueberry.", "strawberry."],
|
| 382 |
["examples/strawberry2.jpg", "strawberry and blueberry.", "strawberry."],
|
| 383 |
-
["examples/strawberry3.jpg", "strawberry and blueberry.", "strawberry."],
|
| 384 |
["examples/women.jpg", "person.", "woman."],
|
| 385 |
],
|
| 386 |
inputs=[input_image, pos_caption, neg_caption],
|
|
|
|
| 375 |
# ["examples/in_the_wild.jpg", "Green plastic cup.", "Blue plastic cup."],
|
| 376 |
gr.Examples(
|
| 377 |
examples=[
|
| 378 |
+
["examples/apples.png", "apple.", "Green apple."],
|
| 379 |
["examples/black_beans.jpg", "Black bean.", "Soy bean."],
|
| 380 |
["examples/candy.jpg", "Brown coffee candy.", "Black coffee candy."],
|
| 381 |
["examples/strawberry.jpg", "strawberry and blueberry.", "strawberry."],
|
| 382 |
["examples/strawberry2.jpg", "strawberry and blueberry.", "strawberry."],
|
|
|
|
| 383 |
["examples/women.jpg", "person.", "woman."],
|
| 384 |
],
|
| 385 |
inputs=[input_image, pos_caption, neg_caption],
|