Spaces:
Runtime error
Runtime error
update app
Browse files
app.py
CHANGED
|
@@ -327,6 +327,7 @@ with gr.Blocks() as demo:
|
|
| 327 |
[["examples/ZM.jpg"], "Zoom into the red highlighted area.", "Zoom-Master"],
|
| 328 |
[["examples/OBJ1.jpg"], "Remove the red highlighted object from the scene.", "QIE-2511-Object-Remover-v2"],
|
| 329 |
[["examples/OBJ2.jpg"], "Remove the red highlighted object from the scene.", "QIE-2511-Object-Remover-v2"],
|
|
|
|
| 330 |
],
|
| 331 |
inputs=[images, prompt, lora_adapter],
|
| 332 |
outputs=[output_image, seed],
|
|
|
|
| 327 |
[["examples/ZM.jpg"], "Zoom into the red highlighted area.", "Zoom-Master"],
|
| 328 |
[["examples/OBJ1.jpg"], "Remove the red highlighted object from the scene.", "QIE-2511-Object-Remover-v2"],
|
| 329 |
[["examples/OBJ2.jpg"], "Remove the red highlighted object from the scene.", "QIE-2511-Object-Remover-v2"],
|
| 330 |
+
[["examples/OE.jpg"], "Extract the clothing and create a flat mockup.", "Extract-Outfit"],
|
| 331 |
],
|
| 332 |
inputs=[images, prompt, lora_adapter],
|
| 333 |
outputs=[output_image, seed],
|