Roopansh commited on
Commit
fe55485
β€’
1 Parent(s): 8672440
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -294,7 +294,7 @@ with image_blocks as demo:
294
  image_out = gr.Image(label="Output", elem_id="output-img",show_share_button=False)
295
 
296
 
297
-
298
 
299
  with gr.Column():
300
  try_button = gr.Button(value="Try-on")
@@ -305,7 +305,7 @@ with image_blocks as demo:
305
 
306
 
307
 
308
- try_button.click(fn=start_tryon, inputs=[imgs, garm_img, prompt, is_checked,is_checked_crop, denoise_steps, seed], outputs=[image_out], api_name='tryon')
309
 
310
 
311
 
 
294
  image_out = gr.Image(label="Output", elem_id="output-img",show_share_button=False)
295
 
296
 
297
+ masked_img
298
 
299
  with gr.Column():
300
  try_button = gr.Button(value="Try-on")
 
305
 
306
 
307
 
308
+ try_button.click(fn=start_tryon, inputs=[imgs, garm_img, prompt, is_checked,is_checked_crop, denoise_steps, seed], outputs=[image_out,masked_img], api_name='tryon')
309
 
310
 
311