Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
56 |
src = gr.Image(sources="upload", type="filepath",
|
57 |
label="Person Image")
|
58 |
with gr.Column():
|
59 |
-
gr
|
60 |
ref = gr.Image(sources="upload", type="filepath",
|
61 |
label="Garment Image")
|
62 |
with gr.Column():
|
|
|
56 |
src = gr.Image(sources="upload", type="filepath",
|
57 |
label="Person Image")
|
58 |
with gr.Column():
|
59 |
+
gr.Markdown("####UPLOAD GARMENT IMAGE")
|
60 |
ref = gr.Image(sources="upload", type="filepath",
|
61 |
label="Garment Image")
|
62 |
with gr.Column():
|