Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
lixiang46
commited on
Commit
•
f496ce3
1
Parent(s):
6611122
update
Browse files
app.py
CHANGED
@@ -95,11 +95,11 @@ with gr.Blocks(css=css) as Tryon:
|
|
95 |
gr.HTML(load_description("assets/title.md"))
|
96 |
with gr.Row():
|
97 |
with gr.Column(elem_id = "col-left"):
|
98 |
-
gr.Markdown("Step 1. Upload a person image. ⬇️")
|
99 |
with gr.Column(elem_id = "col-mid"):
|
100 |
-
gr.Markdown("Step 2. Upload a garment image. ⬇️")
|
101 |
with gr.Column(elem_id = "col-right"):
|
102 |
-
gr.Markdown("Step 3. Press the “Run” button to get try-on results.")
|
103 |
with gr.Row():
|
104 |
with gr.Column(elem_id = "col-left"):
|
105 |
imgs = gr.Image(label="Person image", sources='upload', type="numpy")
|
|
|
95 |
gr.HTML(load_description("assets/title.md"))
|
96 |
with gr.Row():
|
97 |
with gr.Column(elem_id = "col-left"):
|
98 |
+
gr.Markdown(" Step 1. Upload a person image. ⬇️")
|
99 |
with gr.Column(elem_id = "col-mid"):
|
100 |
+
gr.Markdown(" Step 2. Upload a garment image. ⬇️")
|
101 |
with gr.Column(elem_id = "col-right"):
|
102 |
+
gr.Markdown(" Step 3. Press the “Run” button to get try-on results.")
|
103 |
with gr.Row():
|
104 |
with gr.Column(elem_id = "col-left"):
|
105 |
imgs = gr.Image(label="Person image", sources='upload', type="numpy")
|