chengzeyi commited on
Commit
c3ee48c
·
verified ·
1 Parent(s): 99e1d9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -451,7 +451,7 @@ with gr.Blocks(title="Z-Image Demo") as demo:
451
 
452
  with gr.Row():
453
  with gr.Column(scale=1):
454
- prompt_input = gr.Textbox(label="Prompt", lines=3, placeholder="Enter your prompt here...")
455
  # PE components (Temporarily disabled)
456
  # with gr.Row():
457
  # enable_enhance = gr.Checkbox(label="Enhance Prompt (DashScope)", value=False)
 
451
 
452
  with gr.Row():
453
  with gr.Column(scale=1):
454
+ prompt_input = gr.Textbox(label="Prompt", value="An ethereal female elf with long platinum-blonde hair and pointed ears, wearing an elegant dress made of leaves and vines.", lines=3, placeholder="Enter your prompt here...")
455
  # PE components (Temporarily disabled)
456
  # with gr.Row():
457
  # enable_enhance = gr.Checkbox(label="Enhance Prompt (DashScope)", value=False)