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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ with gr.Blocks() as interface:
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="ugly, low quality, jewelry", lines=4, interactive=True)
32
  with gr.Column():
33
  generate_button = gr.Button("Generate")
34
  output = gr.Image()
 
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")
34
  output = gr.Image()