yisol commited on
Commit
6de0e51
β€’
1 Parent(s): 4647a8b

add auto crop

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -300,6 +300,7 @@ with image_blocks as demo:
300
  seed = gr.Number(label="Seed", minimum=-1, maximum=2147483647, step=1, value=42)
301
 
302
 
 
303
  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')
304
 
305
 
 
300
  seed = gr.Number(label="Seed", minimum=-1, maximum=2147483647, step=1, value=42)
301
 
302
 
303
+
304
  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')
305
 
306