linoyts HF Staff commited on
Commit
ee212f6
·
verified ·
1 Parent(s): d1de0d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")