BoyuanJiang commited on
Commit
11ac2e9
·
1 Parent(s): 57b4b9a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,7 +290,7 @@ def create_demo():
290
  ])
291
  with gr.Column():
292
  category = gr.Dropdown(label="Garment category", choices=["Upper-body", "Lower-body", "Dresses"], value="Upper-body")
293
- resolution = gr.Dropdown(label="Try-on resolution", choices=["768x1024", "1152x1536", "1536x2048"], value="1152x1536")
294
  with gr.Column():
295
  run_mask_button = gr.Button(value="Step1: Run Mask")
296
  run_button = gr.Button(value="Step2: Run Try-on")
 
290
  ])
291
  with gr.Column():
292
  category = gr.Dropdown(label="Garment category", choices=["Upper-body", "Lower-body", "Dresses"], value="Upper-body")
293
+ resolution = gr.Dropdown(label="Try-on resolution", choices=["768x1024", "1152x1536", "1536x2048"], value="768x1024")
294
  with gr.Column():
295
  run_mask_button = gr.Button(value="Step1: Run Mask")
296
  run_button = gr.Button(value="Step2: Run Try-on")