Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
109 |
max_lines=1,
|
110 |
placeholder="Enter your prompt",
|
111 |
visible=True,
|
112 |
-
value="((pixelart)), ((retro illustration))"
|
113 |
)
|
114 |
negative_prompt_2 = gr.Text(
|
115 |
label="Negative prompt 2",
|
|
|
109 |
max_lines=1,
|
110 |
placeholder="Enter your prompt",
|
111 |
visible=True,
|
112 |
+
value="((pixelart)), ((retro illustration)), bit games, 8-bit illustration, pixelated"
|
113 |
)
|
114 |
negative_prompt_2 = gr.Text(
|
115 |
label="Negative prompt 2",
|