linoyts HF Staff commited on
Commit
6c77b69
Β·
verified Β·
1 Parent(s): fc0454f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -388,15 +388,14 @@ with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Lexend Deca"),
388
  value=2.5
389
  )
390
 
391
- negative_prompt = gr.Textbox(
392
- label="Negative Prompt",
393
- placeholder="What you don't want in the video...",
394
- lines=2,
395
- value="worst quality, inconsistent motion, blurry, jittery, distorted"
396
- )
397
 
398
  # Advanced Settings
399
  with gr.Accordion("Advanced Settings", open=False):
 
 
 
 
 
400
  with gr.Row():
401
  height = gr.Slider(
402
  label="Height",
 
388
  value=2.5
389
  )
390
 
 
 
 
 
 
 
391
 
392
  # Advanced Settings
393
  with gr.Accordion("Advanced Settings", open=False):
394
+ negative_prompt = gr.Textbox(
395
+ label="Negative Prompt",
396
+ placeholder="What you don't want in the video...",
397
+ lines=2,
398
+ value="worst quality, inconsistent motion, blurry, jittery, distorted")
399
  with gr.Row():
400
  height = gr.Slider(
401
  label="Height",