Spaces:
Runtime error
Runtime error
artificialguybr
commited on
Commit
•
c71619c
1
Parent(s):
54939fe
Update app.py
Browse files
app.py
CHANGED
@@ -214,8 +214,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
214 |
negative_prompt = gr.Text(
|
215 |
label="Negative Prompt",
|
216 |
max_lines=5,
|
217 |
-
placeholder="Enter a negative prompt"
|
218 |
-
value="(worst quality, low quality, normal quality, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art:1.4), (watermark, signature, text font, username, error, logo, words, letters, digits, autograph, trademark, name:1.2), (blur, blurry, grainy), morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, censored, jpeg artifacts, out of focus, glitch, duplicate, (airbrushed, cartoon, anime, semi-realistic, cgi, render, blender, digital art, manga, amateur:1.3), (3D ,3D Game, 3D Game Scene, 3D Character:1.1), (bad hands, bad anatomy, bad body, bad face, bad teeth, bad arms, bad legs, deformities:1.3)"
|
219 |
)
|
220 |
aspect_ratio_selector = gr.Radio(
|
221 |
label="Aspect Ratio",
|
|
|
214 |
negative_prompt = gr.Text(
|
215 |
label="Negative Prompt",
|
216 |
max_lines=5,
|
217 |
+
placeholder="Enter a negative prompt"
|
|
|
218 |
)
|
219 |
aspect_ratio_selector = gr.Radio(
|
220 |
label="Aspect Ratio",
|