polu commited on
Commit
afc1021
·
1 Parent(s): 47bc811
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks(css=css) as demo:
67
  with gr.Group():
68
  prompt = gr.Textbox(
69
  label="Prompt",
70
- placeholder="portrait photo of a girl, photograph, highly detailed face, depth of field, moody light, golden hour, style by Dan Winters, Russell James, Steve McCurry, centered, extremely detailed, Nikon D850, award winning photography",
71
  lines=3
72
  )
73
 
 
67
  with gr.Group():
68
  prompt = gr.Textbox(
69
  label="Prompt",
70
+ value="portrait photo of a girl, photograph, highly detailed face, depth of field, moody light, golden hour, style by Dan Winters, Russell James, Steve McCurry, centered, extremely detailed, Nikon D850, award winning photography",
71
  lines=3
72
  )
73