Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -376,9 +376,9 @@ def app_gradio():
|
|
376 |
'''
|
377 |
)
|
378 |
cloth_type = gr.Radio(
|
379 |
-
label="Garment Type",
|
380 |
choices=["upper", "lower", "overall"],
|
381 |
-
value="upper",
|
382 |
)
|
383 |
|
384 |
submit = gr.Button("Try On", elem_classes="primary-btn")
|
|
|
376 |
'''
|
377 |
)
|
378 |
cloth_type = gr.Radio(
|
379 |
+
label="(Important) Garment Type",
|
380 |
choices=["upper", "lower", "overall"],
|
381 |
+
# value="upper",
|
382 |
)
|
383 |
|
384 |
submit = gr.Button("Try On", elem_classes="primary-btn")
|