Spaces:
Sleeping
Sleeping
patrickligardes
commited on
Commit
β’
3298591
1
Parent(s):
cbfe751
Update app.py
Browse files
app.py
CHANGED
@@ -313,7 +313,7 @@ with image_blocks as demo:
|
|
313 |
seed = gr.Number(label="Seed", minimum=-1, maximum=2147483647, step=1, value=42)
|
314 |
|
315 |
|
316 |
-
|
317 |
try_button.click(fn=start_tryon, inputs=[imgs, garm_img, prompt, is_checked,is_checked_crop, denoise_steps, seed, category], outputs=[image_out,masked_img], api_name='tryon')
|
318 |
|
319 |
|
|
|
313 |
seed = gr.Number(label="Seed", minimum=-1, maximum=2147483647, step=1, value=42)
|
314 |
|
315 |
|
316 |
+
prompt = prompt + ' draw hand in same position.'
|
317 |
try_button.click(fn=start_tryon, inputs=[imgs, garm_img, prompt, is_checked,is_checked_crop, denoise_steps, seed, category], outputs=[image_out,masked_img], api_name='tryon')
|
318 |
|
319 |
|