linoyts HF Staff commited on
Commit
285726a
·
verified ·
1 Parent(s): c92c8a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -367,7 +367,7 @@ with gr.Blocks(css=css) as demo:
367
  prompt = gr.Text(
368
  label="Edit Instruction",
369
  show_label=False,
370
- placeholder="Describe the edit instruction (e.g., 'Replace the background with a sunset', 'Add a red hat', 'Remove the person')",
371
  container=False,
372
  )
373
  run_button = gr.Button("Edit!", variant="primary")
 
367
  prompt = gr.Text(
368
  label="Edit Instruction",
369
  show_label=False,
370
+ placeholder="Describe the edit instruction of the composed scene (e.g., 'place the product in the woman's hand')",
371
  container=False,
372
  )
373
  run_button = gr.Button("Edit!", variant="primary")