hysts HF staff commited on
Commit
418a4e2
1 Parent(s): f3b9b59

Add another example

Browse files
Files changed (2) hide show
  1. edit_app.py +1 -0
  2. imgs/cats.jpg +0 -0
edit_app.py CHANGED
@@ -166,6 +166,7 @@ InstructPix2Pix: Learning to Follow Image Editing Instructions
166
  examples=[
167
  ["imgs/example.jpg", "Turn him into a cyborg", 0],
168
  ["imgs/example.jpg", "Have him smile", 0],
 
169
  ],
170
  inputs=[input_image, instruction, seed],
171
  outputs=edited_image,
 
166
  examples=[
167
  ["imgs/example.jpg", "Turn him into a cyborg", 0],
168
  ["imgs/example.jpg", "Have him smile", 0],
169
+ ["imgs/cats.jpg", "Turn kittens into baby lions", 0],
170
  ],
171
  inputs=[input_image, instruction, seed],
172
  outputs=edited_image,
imgs/cats.jpg ADDED