prithivMLmods commited on
Commit
6de3778
·
verified ·
1 Parent(s): dc5be83

update app [examples] ✅

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -264,7 +264,8 @@ with gr.Blocks() as demo:
264
  [["examples/3.jpeg"], "Convert it to black and white."],
265
  [["examples/4.jpg", "examples/5.jpg"], "Replace her glasses with the new glasses from image 1."],
266
  [["examples/6.jpg", "examples/7.webp"], "A cat wearing glasses in image 2."],
267
- [["examples/8.png", "examples/9.png"], "Replace the current clothing with the clothing from the reference image 2. Keep the person’s face, hairstyle, body pose, background, lighting, and camera angle unchanged. Ensure the new outfit fits naturally with realistic fabric texture, proper shadows, folds, and accurate proportions. Match the lighting, color tone, and overall style for a seamless and high-quality result."],
 
268
  ],
269
  inputs=[images, prompt],
270
  outputs=[output_image, seed],
 
264
  [["examples/3.jpeg"], "Convert it to black and white."],
265
  [["examples/4.jpg", "examples/5.jpg"], "Replace her glasses with the new glasses from image 1."],
266
  [["examples/6.jpg", "examples/7.webp"], "A cat wearing glasses in image 2."],
267
+ [["examples/8.jpg", "examples/9.png"], "Replace the current clothing with the clothing from the reference image 2. Keep the person’s face, hairstyle, body pose, background, lighting, and camera angle unchanged. Ensure the new outfit fits naturally with realistic fabric texture, proper shadows, folds, and accurate proportions. Match the lighting, color tone, and overall style for a seamless and high-quality result."],
268
+ [["examples/10.jpg", "examples/11.png"], "Replace the current clothing with the clothing from the reference image 2. Keep the person’s face, hairstyle, body pose, background, lighting, and camera angle unchanged. Ensure the new outfit fits naturally with realistic fabric texture, proper shadows, folds, and accurate proportions. Match the lighting, color tone, and overall style for a seamless and high-quality result."],
269
  ],
270
  inputs=[images, prompt],
271
  outputs=[output_image, seed],