nroggendorff commited on
Commit
c282030
·
verified ·
1 Parent(s): 622e2dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ with gr.Blocks() as interface:
27
  with gr.Column():
28
  with gr.Row():
29
  with gr.Column():
30
- prompt = gr.Textbox(label="Prompt", info="What do you want?", value="zelda face, 32k HDR, studio lighting", lines=4, interactive=True)
31
  negative_prompt = gr.Textbox(label="Negative Prompt", info="What do you want to exclude from the image?", value="watermark, jewelry, ugly, low quality", lines=4, interactive=True)
32
  with gr.Column():
33
  generate_button = gr.Button("Generate")
 
27
  with gr.Column():
28
  with gr.Row():
29
  with gr.Column():
30
+ prompt = gr.Textbox(label="Prompt", info="What do you want?", value="pretty girl face, 32k HDR, studio lighting", lines=4, interactive=True)
31
  negative_prompt = gr.Textbox(label="Negative Prompt", info="What do you want to exclude from the image?", value="watermark, jewelry, ugly, low quality", lines=4, interactive=True)
32
  with gr.Column():
33
  generate_button = gr.Button("Generate")