Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ with gr.Blocks(css=css, theme=gr.themes.Ocean()) as demo:
|
|
178 |
|
179 |
|
180 |
with gr.Accordion("Advanced settings", open=False):
|
181 |
-
negative_prompt = gr.Textbox(label="negative prompt", value="", visible=False)
|
182 |
with gr.Row():
|
183 |
seed = gr.Number(label="seed", value=0, precision=0)
|
184 |
randomize_seed = gr.Checkbox(label="randomize seed")
|
|
|
178 |
|
179 |
|
180 |
with gr.Accordion("Advanced settings", open=False):
|
181 |
+
negative_prompt = gr.Textbox(label="negative prompt", value="worst quality, inconsistent motion, blurry, jittery, distorted", visible=False)
|
182 |
with gr.Row():
|
183 |
seed = gr.Number(label="seed", value=0, precision=0)
|
184 |
randomize_seed = gr.Checkbox(label="randomize seed")
|