Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,10 +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=""Bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static
|
| 132 |
-
"overall gray, worst quality, low quality, JPEG compression residue, ugly, incomplete, extra fingers, "
|
| 133 |
-
"poorly drawn hands, poorly drawn faces, deformed, disfigured, misshapen limbs, fused fingers, still picture, "
|
| 134 |
-
"messy background, three legs, many people in the background, walking backwards"",
|
| 135 |
lines=3
|
| 136 |
)
|
| 137 |
|
|
|
|
| 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 |
|