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

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -268,7 +268,7 @@ with gr.Blocks(css=css, theme=orange_red_theme) as demo:
268
 
269
  gr.Examples(
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
  ],
 
268
 
269
  gr.Examples(
270
  examples=[
271
+ ["examples/Mug1.jpg", "examples/Texture1.jpg", "Apply the design from image 2 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
  ],