PeterL1n commited on
Commit
7096730
1 Parent(s): 5114719
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks(css="style.css") as demo:
77
  ('2-Step', 2),
78
  ('4-Step', 4),
79
  ('8-Step', 8)],
80
- value='4-Step',
81
  interactive=True
82
  )
83
  submit = gr.Button(
@@ -87,6 +87,8 @@ with gr.Blocks(css="style.css") as demo:
87
  video = gr.Video(
88
  label='AnimateDiff-Lightning',
89
  autoplay=True,
 
 
90
  )
91
 
92
  prompt.submit(
 
77
  ('2-Step', 2),
78
  ('4-Step', 4),
79
  ('8-Step', 8)],
80
+ value=4,
81
  interactive=True
82
  )
83
  submit = gr.Button(
 
87
  video = gr.Video(
88
  label='AnimateDiff-Lightning',
89
  autoplay=True,
90
+ height=512,
91
+ width=512
92
  )
93
 
94
  prompt.submit(