alon-astria commited on
Commit
61c8220
·
verified ·
1 Parent(s): 695ee6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
129
  human_image = gr.Image(type="filepath", label="Human Image", height=300)
130
  garment_image = gr.Image(type="filepath", label="Garment Image", height=300)
131
  garment_type = gr.Dropdown(
132
- ["shirt", "pants", "suit"],
133
  label="Garment Type",
134
  info="Select the type of clothing item you uploaded.",
135
  value="shirt"
 
129
  human_image = gr.Image(type="filepath", label="Human Image", height=300)
130
  garment_image = gr.Image(type="filepath", label="Garment Image", height=300)
131
  garment_type = gr.Dropdown(
132
+ ["shirt", "pants", "dress"],
133
  label="Garment Type",
134
  info="Select the type of clothing item you uploaded.",
135
  value="shirt"