multimodalart HF Staff commited on
Commit
9dbf2f2
·
verified ·
1 Parent(s): a81f0b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
191
  gr.Examples(
192
  examples=[
193
  ["coffee_mug.png", "wood_boxes.png", "Apply wood texture to mug"],
194
- ["leaf.webp", "salmon.webp", "Apply salmon texture to leaves and stems"],
195
  ],
196
  inputs=[
197
  content_image,
 
191
  gr.Examples(
192
  examples=[
193
  ["coffee_mug.png", "wood_boxes.png", "Apply wood texture to mug"],
194
+ ["720park.jpg", "black-and-white.jpg", "Apply black-and-white wobbly texture to building"],
195
  ],
196
  inputs=[
197
  content_image,