nroggendorff commited on
Commit
69a66f0
·
verified ·
1 Parent(s): 8180d07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as interface:
17
  with gr.Row():
18
  with gr.Column():
19
  prompt = gr.Textbox(label="Prompt", info="What do you want?", value="A perfectly red apple, 32k HDR, studio lighting", lines=4, interactive=True)
20
- negative_prompt = gr.Textbox(label="Negative Prompt", info="What do you want to exclude from the image?", value="ugly, low quality", lines=4, interactive=True)
21
  with gr.Column():
22
  generate_button = gr.Button("Generate")
23
  output = gr.Image()
 
17
  with gr.Row():
18
  with gr.Column():
19
  prompt = gr.Textbox(label="Prompt", info="What do you want?", value="A perfectly red apple, 32k HDR, studio lighting", lines=4, interactive=True)
20
+ 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)
21
  with gr.Column():
22
  generate_button = gr.Button("Generate")
23
  output = gr.Image()