prithivMLmods commited on
Commit
ff17572
·
verified ·
1 Parent(s): 0c8bcd5

update app ✅

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -262,6 +262,7 @@ with gr.Blocks() as demo:
262
  [["examples/1.jpg"], "Convert it to black and white. Apply a vintage Polaroid effect with subtle aging and film grain, and add a watermark that says 'Generated by HF'."],
263
  [["examples/2.jpg"], "Transform the image into a dotted cartoon style."],
264
  [["examples/3.jpg"], "Convert it to black and white."],
 
265
  ],
266
  inputs=[images, prompt],
267
  outputs=[output_image, seed],
 
262
  [["examples/1.jpg"], "Convert it to black and white. Apply a vintage Polaroid effect with subtle aging and film grain, and add a watermark that says 'Generated by HF'."],
263
  [["examples/2.jpg"], "Transform the image into a dotted cartoon style."],
264
  [["examples/3.jpg"], "Convert it to black and white."],
265
+ [["examples/4.jpg", "examples/5.jpg"], "Replace her glasses with the new glasses from image 1"],
266
  ],
267
  inputs=[images, prompt],
268
  outputs=[output_image, seed],