Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks() as demo:
|
|
128 |
prompt = gr.Textbox(label="Prompt", value="", lines=3)
|
129 |
negative_prompt = gr.Textbox(
|
130 |
label="Negative Prompt",
|
131 |
-
value="
|
132 |
lines=3
|
133 |
)
|
134 |
|
|
|
128 |
prompt = gr.Textbox(label="Prompt", value="", lines=3)
|
129 |
negative_prompt = gr.Textbox(
|
130 |
label="Negative Prompt",
|
131 |
+
value="Bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static",
|
132 |
lines=3
|
133 |
)
|
134 |
|