Spaces:
Running
on
Zero
Running
on
Zero
add changes
Browse files
app.py
CHANGED
@@ -323,8 +323,6 @@ with image_blocks as demo:
|
|
323 |
|
324 |
fetch_button.click(fn=fetch_products, inputs=prompt, outputs=[example, price_display, url_display])
|
325 |
|
326 |
-
image_gallery.select(fn=select_image, inputs=image_gallery, outputs=garm_img)
|
327 |
-
|
328 |
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')
|
329 |
|
330 |
|
|
|
323 |
|
324 |
fetch_button.click(fn=fetch_products, inputs=prompt, outputs=[example, price_display, url_display])
|
325 |
|
|
|
|
|
326 |
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')
|
327 |
|
328 |
|