Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks() as demo:
|
|
40 |
with gr.Row():
|
41 |
src = gr.Image(sources="upload", type="filepath", label="Person Image")
|
42 |
ref = gr.Image(sources="upload", type="filepath", label="Garment Image")
|
43 |
-
|
44 |
btn = gr.Button("Generate")
|
45 |
btn.click(virtual_tryon, [src, ref], out)
|
46 |
|
|
|
40 |
with gr.Row():
|
41 |
src = gr.Image(sources="upload", type="filepath", label="Person Image")
|
42 |
ref = gr.Image(sources="upload", type="filepath", label="Garment Image")
|
43 |
+
out = gr.Image(type="filepath", label="Result", )
|
44 |
btn = gr.Button("Generate")
|
45 |
btn.click(virtual_tryon, [src, ref], out)
|
46 |
|