Spaces:
Runtime error
Runtime error
update app
Browse files
app.py
CHANGED
|
@@ -314,6 +314,8 @@ with gr.Blocks() as demo:
|
|
| 314 |
[["examples/A.jpg"], "Add the slim rectangular transparent frame sunglasses to the image while preserving the background lighting and surrounding elements maintaining realism and original details.", "Qwen-Image-Edit-2511-Object-Adder"],
|
| 315 |
[["examples/B.jpeg"], "Remove the necklace and goggles from the image while preserving the background and remaining elements, maintaining realism and original details.", "Qwen-Image-Edit-2511-Object-Remover"],
|
| 316 |
[["examples/C.png"], "Add the leather cowboy cap to the image while preserving the background lighting and surrounding elements maintaining realism and original details.", "Qwen-Image-Edit-2511-Object-Adder"],
|
|
|
|
|
|
|
| 317 |
],
|
| 318 |
inputs=[images, prompt, lora_adapter],
|
| 319 |
outputs=[output_image, seed],
|
|
|
|
| 314 |
[["examples/A.jpg"], "Add the slim rectangular transparent frame sunglasses to the image while preserving the background lighting and surrounding elements maintaining realism and original details.", "Qwen-Image-Edit-2511-Object-Adder"],
|
| 315 |
[["examples/B.jpeg"], "Remove the necklace and goggles from the image while preserving the background and remaining elements, maintaining realism and original details.", "Qwen-Image-Edit-2511-Object-Remover"],
|
| 316 |
[["examples/C.png"], "Add the leather cowboy cap to the image while preserving the background lighting and surrounding elements maintaining realism and original details.", "Qwen-Image-Edit-2511-Object-Adder"],
|
| 317 |
+
[["examples/OBJ1.jpg"], "Remove the red highlighted object from the scene.", "QIE-2511-Object-Remover-v2"],
|
| 318 |
+
[["examples/OBJ2.jpg"], "Remove the red highlighted object from the scene.", "QIE-2511-Object-Remover-v2"],
|
| 319 |
],
|
| 320 |
inputs=[images, prompt, lora_adapter],
|
| 321 |
outputs=[output_image, seed],
|