Spaces:
Sleeping
Sleeping
Commit
·
1684839
1
Parent(s):
d4ac1d1
update examples
Browse files- app.py +4 -1
- examples/{apples.png → apple.png} +0 -0
- examples/black_beans.jpg +3 -0
- examples/candy.jpg +3 -0
- examples/in_the_wild.jpg +3 -0
app.py
CHANGED
|
@@ -186,7 +186,10 @@ def create_demo():
|
|
| 186 |
# Example images
|
| 187 |
gr.Examples(
|
| 188 |
examples=[
|
| 189 |
-
["examples/apples.png", "Green
|
|
|
|
|
|
|
|
|
|
| 190 |
],
|
| 191 |
inputs=[input_image, pos_caption, neg_caption],
|
| 192 |
outputs=[output_image, count_output],
|
|
|
|
| 186 |
# Example images
|
| 187 |
gr.Examples(
|
| 188 |
examples=[
|
| 189 |
+
["examples/apples.png", "Green apple.", "Red apple."],
|
| 190 |
+
["examples/black_beans.jpg", "Black bean.", "Soy bean."],
|
| 191 |
+
["examples/candy.jpg", "Brown coffee candy.", "Black coffee candy."],
|
| 192 |
+
["examples/in_the_wild.jpg", "Green plastic cup.", "Blue plastic cup."],
|
| 193 |
],
|
| 194 |
inputs=[input_image, pos_caption, neg_caption],
|
| 195 |
outputs=[output_image, count_output],
|
examples/{apples.png → apple.png}
RENAMED
|
File without changes
|
examples/black_beans.jpg
ADDED
|
Git LFS Details
|
examples/candy.jpg
ADDED
|
Git LFS Details
|
examples/in_the_wild.jpg
ADDED
|
Git LFS Details
|