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