lixiang46 commited on
Commit
6611122
1 Parent(s): fe8e670
Files changed (1) hide show
  1. app.py +3 -3
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")