karade12 commited on
Commit
ce90465
·
verified ·
1 Parent(s): 841edd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -307,7 +307,7 @@ with image_blocks as demo:
307
  is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
308
  with gr.Row():
309
  category = gr.Dropdown(
310
- choices=["upper_body", "lower_body", "dresses"],
311
  label="Category",
312
  value="upper_body"
313
  )
 
307
  is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
308
  with gr.Row():
309
  category = gr.Dropdown(
310
+ choices=["upper_body", "lower_body", "dresses", "saree"],
311
  label="Category",
312
  value="upper_body"
313
  )