xiaozaa commited on
Commit
6cbbbc5
1 Parent(s): 309c186

revise makedown

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -98,10 +98,9 @@ with gr.Blocks() as demo:
98
  with gr.Column():
99
  gr.Markdown("""
100
  ### ⚠️ Important:
101
- 1. Click 'Edit' on the Model Image
102
- 2. Draw a mask over the clothing area you want to replace
103
- 3. Click 'Save' when done
104
- 4. Then click 'Generate Try-On'
105
  """)
106
 
107
  with gr.Row():
 
98
  with gr.Column():
99
  gr.Markdown("""
100
  ### ⚠️ Important:
101
+ 1. Choose a model image or upload your own
102
+ 2. Use the Pen tool to draw a mask over the clothing area you want to replace
103
+ 3. Choose a garment image or upload your own
 
104
  """)
105
 
106
  with gr.Row():