Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
lixiang46
commited on
Commit
•
f4f9448
1
Parent(s):
fa2746c
add triggers
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ with gr.Blocks(css=css) as Tryon:
|
|
146 |
gr.on(
|
147 |
triggers = [image1.change],
|
148 |
fn=start_tryon,
|
149 |
-
inputs=[
|
150 |
outputs=[image_out, seed_used, result_info]
|
151 |
)
|
152 |
|
|
|
146 |
gr.on(
|
147 |
triggers = [image1.change],
|
148 |
fn=start_tryon,
|
149 |
+
inputs=[image1, image2, seed, randomize_seed],
|
150 |
outputs=[image_out, seed_used, result_info]
|
151 |
)
|
152 |
|