linoyts HF Staff commited on
Commit
493e9eb
·
verified ·
1 Parent(s): e69a969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -158,8 +158,9 @@ with gr.Blocks(css=css) as demo:
158
  prompt = gr.Text(
159
  label="Prompt",
160
  show_label=False,
 
161
  max_lines=1,
162
- placeholder="Enter your prompt for editing (e.g., 'Remove glasses', 'Add a hat')",
163
  container=False,
164
  )
165
  run_button = gr.Button("Run", scale=0)
 
158
  prompt = gr.Text(
159
  label="Prompt",
160
  show_label=False,
161
+ info = "describe the desired output composition",
162
  max_lines=1,
163
+ placeholder="e.g. the dog from the left image sits on the bench from the right image",
164
  container=False,
165
  )
166
  run_button = gr.Button("Run", scale=0)