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