anyonehomep1mane commited on
Commit
7e55d00
·
1 Parent(s): df8ce60

Code Changes

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

Git LFS Details

  • SHA256: 50185fa3ae65f9e55050f329e255758ebff81e3a365e737edac6c8a1908c47cf
  • Pointer size: 131 Bytes
  • Size of remote file: 107 kB
ui/layout.py CHANGED
@@ -28,7 +28,8 @@ def build_ui(model, processor):
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],
 
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
+ ["./assets/giraffe.jpg", "Giraffe looking at same direction, Giraffe looking at opposite direction"]
33
  ],
34
  inputs=[image_input, text_input],
35
  outputs=[output],