XuDongZhou commited on
Commit
0ec6c1a
·
verified ·
1 Parent(s): afa4fcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -330,7 +330,7 @@ with gr.Blocks(css=css) as demo:
330
  prompt = gr.Textbox(
331
  label="Prompt",
332
  info="Give simple prompt is enough to achieve good face fidelity",
333
- placeholder="a woman, (looking at the viewer), portrait, daily wear, 8K texture, realistic, symmetrical hyperdetailed texture, masterpiece, enhanced details, (eye highlight:2), perfect composition, natural lighting, best quality, authentic, natural posture",
334
  value="",
335
  )
336
 
 
330
  prompt = gr.Textbox(
331
  label="Prompt",
332
  info="Give simple prompt is enough to achieve good face fidelity",
333
+ placeholder="a woman, daily wear, realistic, symmetrical hyperdetailed texture, masterpiece, enhanced details, perfect composition, authentic, natural posture",
334
  value="",
335
  )
336