Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -273,6 +273,7 @@ with gr.Blocks(css=css, theme=orange_red_theme) as demo:
|
|
| 273 |
["examples/Mug1.jpg", "examples/Texture1.jpg", "Apply the design from image 2 to the mug.", "Texture Edit"],
|
| 274 |
["examples/Cat1.jpg", "examples/Glass1.webp", "A cat wearing glasses in image 2.", "Fuse-Objects"],
|
| 275 |
["examples/Cloth1.jpg", "examples/Design1.png", "Put this design on their shirt.", "Cloth-Design-Fuse"],
|
|
|
|
| 276 |
],
|
| 277 |
inputs=[image_1, image_2, prompt, lora_adapter],
|
| 278 |
outputs=[output_image, seed],
|
|
|
|
| 273 |
["examples/Mug1.jpg", "examples/Texture1.jpg", "Apply the design from image 2 to the mug.", "Texture Edit"],
|
| 274 |
["examples/Cat1.jpg", "examples/Glass1.webp", "A cat wearing glasses in image 2.", "Fuse-Objects"],
|
| 275 |
["examples/Cloth1.jpg", "examples/Design1.png", "Put this design on their shirt.", "Cloth-Design-Fuse"],
|
| 276 |
+
["examples/Cloth3.jpg", "examples/Design3.png", "Put this design on their shirt.", "Cloth-Design-Fuse"],
|
| 277 |
],
|
| 278 |
inputs=[image_1, image_2, prompt, lora_adapter],
|
| 279 |
outputs=[output_image, seed],
|