anyonehomep1mane commited on
Commit ·
df8ce60
1
Parent(s): 5aa6736
Code Changes
Browse files- assets/marriage.jpg +3 -0
- ui/layout.py +2 -1
assets/marriage.jpg
ADDED
|
Git LFS Details
|
ui/layout.py
CHANGED
|
@@ -27,7 +27,8 @@ def build_ui(model, processor):
|
|
| 27 |
examples=[
|
| 28 |
["./assets/zebra.jpg", "a photo of a zebra, a photo of a horse, a photo of a donkey"],
|
| 29 |
["./assets/cat.jpg", "a photo of a cat, a photo of two cats, a photo of three cats"],
|
| 30 |
-
["./assets/fridge.jpg", "a photo of a fridge, a photo of a cupboard, a photo of a wardrobe"]
|
|
|
|
| 31 |
],
|
| 32 |
inputs=[image_input, text_input],
|
| 33 |
outputs=[output],
|
|
|
|
| 27 |
examples=[
|
| 28 |
["./assets/zebra.jpg", "a photo of a zebra, a photo of a horse, a photo of a donkey"],
|
| 29 |
["./assets/cat.jpg", "a photo of a cat, a photo of two cats, a photo of three cats"],
|
| 30 |
+
["./assets/fridge.jpg", "a photo of a fridge, a photo of a cupboard, a photo of a wardrobe"],
|
| 31 |
+
["./assets/marriage.jpg", "a photo of a birthday, a photo of a marriage, a photo of a engagement"]
|
| 32 |
],
|
| 33 |
inputs=[image_input, text_input],
|
| 34 |
outputs=[output],
|