nroggendorff commited on
Commit
aed8f76
β€’
1 Parent(s): da3c10d

Update app.py

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