adaface-neurips commited on
Commit
c080901
1 Parent(s): b0b5a77

improve usage tip

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,7 +289,7 @@ with gr.Blocks(css=css) as demo:
289
  gen_init = gr.Button(value="Generate 3 new init images")
290
 
291
  prompt = gr.Dropdown(label="Prompt",
292
- info="Try something like 'man/woman walking on the beach'",
293
  value=None,
294
  allow_custom_value=True,
295
  filterable=False,
 
289
  gen_init = gr.Button(value="Generate 3 new init images")
290
 
291
  prompt = gr.Dropdown(label="Prompt",
292
+ info="Try something like 'man/woman walking on the beach'. If the face is not in focus, try adding 'face portrait of' in the beginning.",
293
  value=None,
294
  allow_custom_value=True,
295
  filterable=False,