Spaces:
Paused
Paused
Update app.py
Browse files
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()
|