Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -288,11 +288,11 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
|
|
| 288 |
|
| 289 |
gr.Examples(
|
| 290 |
examples=[
|
| 291 |
-
[
|
| 292 |
-
[
|
| 293 |
-
[
|
| 294 |
-
[
|
| 295 |
-
[
|
| 296 |
],
|
| 297 |
inputs=[product_image, image_background, prompt],
|
| 298 |
outputs=[result, seed],
|
|
|
|
| 288 |
|
| 289 |
gr.Examples(
|
| 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 |
],
|
| 297 |
inputs=[product_image, image_background, prompt],
|
| 298 |
outputs=[result, seed],
|