linoyts HF Staff commited on
Commit
249e9e4
·
verified ·
1 Parent(s): 8fa5d66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ with gr.Blocks(css="custom.css") as demo:
265
  show_label=False,
266
  lines=1,
267
  max_lines=1,
268
- placeholder="Enter your editing prompt (e.g., 'Remove glasses', 'Add a hat')",
269
  elem_id="prompt"
270
  )
271
  run_button = gr.Button("Generate", elem_id="run_button")
 
265
  show_label=False,
266
  lines=1,
267
  max_lines=1,
268
+ placeholder="optional description, e.g. 'a man with glasses and a beard'",
269
  elem_id="prompt"
270
  )
271
  run_button = gr.Button("Generate", elem_id="run_button")