Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -232,6 +232,6 @@ with image_blocks as demo:
|
|
| 232 |
image_out = gr.Image(label="Output Image", elem_id="output-img", show_share_button=False)
|
| 233 |
|
| 234 |
try_button = gr.Button(value="Try-on")
|
| 235 |
-
try_button.click(fn=start_tryon, inputs=[person_img, pose_img, mask_img, cloth_img, garment_des, denoise_steps, seed], outputs=[image_out
|
| 236 |
|
| 237 |
image_blocks.launch()
|
|
|
|
| 232 |
image_out = gr.Image(label="Output Image", elem_id="output-img", show_share_button=False)
|
| 233 |
|
| 234 |
try_button = gr.Button(value="Try-on")
|
| 235 |
+
try_button.click(fn=start_tryon, inputs=[person_img, pose_img, mask_img, cloth_img, garment_des, denoise_steps, seed], outputs=[image_out], api_name='tryon')
|
| 236 |
|
| 237 |
image_blocks.launch()
|