nroggendorff commited on
Commit
b3eef45
·
verified ·
1 Parent(s): 815e698

change default prompt

Browse files

don't accuse me of cherry picking

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks() as interface:
89
  prompt = gr.Textbox(
90
  label="Prompt",
91
  info="What do you want?",
92
- value="A perfectly red apple, 32k HDR, studio lighting",
93
  lines=4,
94
  interactive=True,
95
  )
 
89
  prompt = gr.Textbox(
90
  label="Prompt",
91
  info="What do you want?",
92
+ value="A woman with long, wavy pink hair is shown in profile",
93
  lines=4,
94
  interactive=True,
95
  )