prithivMLmods commited on
Commit
d449c4a
Β·
verified Β·
1 Parent(s): 7206b63

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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],