Update app.py
Browse files
app.py
CHANGED
@@ -613,4 +613,4 @@ with image_blocks as demo:
|
|
613 |
|
614 |
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')
|
615 |
|
616 |
-
image_blocks.launch(
|
|
|
613 |
|
614 |
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')
|
615 |
|
616 |
+
image_blocks.launch()
|