linoyts HF Staff commited on
Commit
dac4b36
·
verified ·
1 Parent(s): 2f2cc4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,7 +290,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
290
  examples=[
291
  ["product.png", "wednesday.png", "put the product in her hand"],
292
  [None, "fusion_car.png", ""],
293
- ["product_2.png", "background_2.png", "Seamlessly merge the product into the background"],
294
  [None, "fusion_shoes.png", "put the shoes on the feet"],
295
  ["product_3.png", "background_3.png", "Seamlessly merge the product into the background"],
296
  ],
 
290
  examples=[
291
  ["product.png", "wednesday.png", "put the product in her hand"],
292
  [None, "fusion_car.png", ""],
293
+ ["product_2.png", "background_2.png", "put the product on the chair"],
294
  [None, "fusion_shoes.png", "put the shoes on the feet"],
295
  ["product_3.png", "background_3.png", "Seamlessly merge the product into the background"],
296
  ],