XuDongZhou commited on
Commit
c90bcd7
·
verified ·
1 Parent(s): 846a9b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -337,8 +337,8 @@ with gr.Blocks(css=css) as demo:
337
  prompt = gr.Textbox(
338
  label="Prompt",
339
  info="Give simple prompt is enough to achieve good face fidelity",
340
- placeholder="a woman, daily wear, realistic, symmetrical hyperdetailed texture, masterpiece, enhanced details, perfect composition, authentic, natural posture",
341
- value="",
342
  )
343
 
344
  submit = gr.Button("Submit", variant="primary")
 
337
  prompt = gr.Textbox(
338
  label="Prompt",
339
  info="Give simple prompt is enough to achieve good face fidelity",
340
+ placeholder="A photo of a person",
341
+ value="a woman, daily wear, realistic, symmetrical hyperdetailed texture, masterpiece, enhanced details, perfect composition, authentic, natural posture",
342
  )
343
 
344
  submit = gr.Button("Submit", variant="primary")