prithivMLmods commited on
Commit
9b8424e
·
verified ·
1 Parent(s): 4841c3c

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ with gr.Blocks(css=css, theme=orange_red_theme) as demo:
270
  examples=[
271
  ["examples/mug.jpg", "examples/wood.jpg", "Apply wood texture to the mug.", "Texture Edit"],
272
  ["examples/Room.jpg", "examples/Chair.jpg", "Put the chair in the room naturally.", "Fuse-Objects"],
273
- ["examples/Cloth1.jpg", "examples/Design1.jpg", "Put this design on their shirt.", "Cloth-Design-Fuse"],
274
  ],
275
  inputs=[image_1, image_2, prompt, lora_adapter],
276
  outputs=[output_image, seed],
 
270
  examples=[
271
  ["examples/mug.jpg", "examples/wood.jpg", "Apply wood texture to the mug.", "Texture Edit"],
272
  ["examples/Room.jpg", "examples/Chair.jpg", "Put the chair in the room naturally.", "Fuse-Objects"],
273
+ ["examples/Cloth1.jpg", "examples/Design1.png", "Put this design on their shirt.", "Cloth-Design-Fuse"],
274
  ],
275
  inputs=[image_1, image_2, prompt, lora_adapter],
276
  outputs=[output_image, seed],