Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def virtual_tryon(
|
|
50 |
|
51 |
with gr.Blocks() as demo:
|
52 |
gr.Markdown("## V_TRY DEMO")
|
53 |
-
with gr.Row(
|
54 |
with gr.Column():
|
55 |
src = gr.Image(sources="upload", type="filepath", label="Person Image")
|
56 |
ref = gr.Image(sources="upload", type="filepath", label="Garment Image")
|
|
|
50 |
|
51 |
with gr.Blocks() as demo:
|
52 |
gr.Markdown("## V_TRY DEMO")
|
53 |
+
with gr.Row():
|
54 |
with gr.Column():
|
55 |
src = gr.Image(sources="upload", type="filepath", label="Person Image")
|
56 |
ref = gr.Image(sources="upload", type="filepath", label="Garment Image")
|