anyonehomep1mane commited on
Commit
df8ce60
·
1 Parent(s): 5aa6736

Code Changes

Browse files
Files changed (2) hide show
  1. assets/marriage.jpg +3 -0
  2. ui/layout.py +2 -1
assets/marriage.jpg ADDED

Git LFS Details

  • SHA256: 0537f351c1e6a635677b02a01b09d1c87de545975ea1a3684c501c2ce4929014
  • Pointer size: 131 Bytes
  • Size of remote file: 194 kB
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],