LPDoctor commited on
Commit
0d0ea35
β€’
1 Parent(s): 4ff123b

set default value

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ with image_blocks as demo:
285
  denoise_steps = gr.Number(label="Denoising Steps", minimum=20, maximum=40, value=30, step=1)
286
  seed = gr.Number(label="Seed", minimum=-1, maximum=2147483647, step=1, value=42)
287
  with gr.Row():
288
- area = gr.Dropdown(["upper_body","lower_body"], label="garment zone")
289
  with gr.Row():
290
  is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True,visible=False)
291
  with gr.Row():
 
285
  denoise_steps = gr.Number(label="Denoising Steps", minimum=20, maximum=40, value=30, step=1)
286
  seed = gr.Number(label="Seed", minimum=-1, maximum=2147483647, step=1, value=42)
287
  with gr.Row():
288
+ area = gr.Dropdown(["upper_body","lower_body"], value="upper_body", label="garment zone")
289
  with gr.Row():
290
  is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True,visible=False)
291
  with gr.Row():