Spaces:
Running
Running
Update app.py
Browse files
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", "
|
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"
|