Spaces:
Running
on
Zero
Running
on
Zero
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,
|