Spaces:
Sleeping
Sleeping
lixiang46
commited on
Commit
•
5c549be
1
Parent(s):
fc8d8be
test
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks(css=css) as Tryon:
|
|
148 |
|
149 |
image1.change(
|
150 |
fn = change_imgs,
|
151 |
-
|
152 |
outputs = [imgs, garm_img]
|
153 |
).then(
|
154 |
fn = start_tryon,
|
|
|
148 |
|
149 |
image1.change(
|
150 |
fn = change_imgs,
|
151 |
+
inputs = [image1, image2],
|
152 |
outputs = [imgs, garm_img]
|
153 |
).then(
|
154 |
fn = start_tryon,
|