Gopalag commited on
Commit
abf650f
·
verified ·
1 Parent(s): eb790bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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")