patrickligardes commited on
Commit
5729080
β€’
1 Parent(s): 97afe3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -286,7 +286,7 @@ with image_blocks as demo:
286
  with gr.Row():
287
  is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=False)
288
  with gr.Row():
289
- category = gr.Textbox(placeholder="0 = upper body, 1 = lower body, 2 = full body", show_label=False, elem_id="prompt")
290
 
291
  example = gr.Examples(
292
  inputs=imgs,
 
286
  with gr.Row():
287
  is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=False)
288
  with gr.Row():
289
+ category = gr.Textbox(placeholder="Description of garment ex) Short Sleeve Round Neck T-shirts", show_label=False, elem_id="prompt")
290
 
291
  example = gr.Examples(
292
  inputs=imgs,