Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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 |
)
|