Spaces:
Sleeping
Sleeping
patrickligardes
commited on
Commit
β’
5729080
1
Parent(s):
97afe3b
Update app.py
Browse files
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="
|
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,
|