cai-qi commited on
Commit
103de61
·
verified ·
1 Parent(s): bf37db9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -817,12 +817,10 @@ def create_ui():
817
  examples=[
818
  ["assets/test_1.png", "convert the image into a Ghibli style",82706, 5, 4],
819
  ["assets/test_1.png", "change the image into Disney Pixar style",82706, 5, 4],
820
- ["assets/test_1.png", "turn to sketch style",82706, 5, 4],
821
  ["assets/test_1.png", "add a sunglasses to the girl",82706, 5, 2],
822
- ["assets/test_1.png", "change the background to a sunset",82706, 5, 2],
823
  ["assets/test_2.jpg", "convert this image into a ink sketch image",82706, 5, 2],
824
- ["assets/test_2.jpg", "add butterfly'",82706, 5, 2],
825
- ["assets/test_2.jpg", "remove the wooden sign'",82706, 5, 2],
826
  ],
827
  inputs=[input_image, instruction, seed, guidance_scale, image_guidance_scale],
828
  outputs=[output_image, image_info, instruction],
 
817
  examples=[
818
  ["assets/test_1.png", "convert the image into a Ghibli style",82706, 5, 4],
819
  ["assets/test_1.png", "change the image into Disney Pixar style",82706, 5, 4],
 
820
  ["assets/test_1.png", "add a sunglasses to the girl",82706, 5, 2],
 
821
  ["assets/test_2.jpg", "convert this image into a ink sketch image",82706, 5, 2],
822
+ ["assets/test_2.jpg", "add butterfly",82706, 5, 2],
823
+ ["assets/test_2.jpg", "remove the wooden sign",82706, 5, 2],
824
  ],
825
  inputs=[input_image, instruction, seed, guidance_scale, image_guidance_scale],
826
  outputs=[output_image, image_info, instruction],