Spaces:
Paused
Paused
yisol
commited on
Commit
β’
6de0e51
1
Parent(s):
4647a8b
add auto crop
Browse files
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 |
|