jbilcke-hf HF staff commited on
Commit
ed63142
·
verified ·
1 Parent(s): 61902e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,7 +72,7 @@ def generate_image(prompt, base, motion, step, progress=gr.Progress()):
72
 
73
  # this corresponds roughly to 16:9
74
  # which is the aspect ratio video used by AiTube
75
- width=910, # 1024,
76
  height=512, # 576,
77
 
78
  guidance_scale=1.0,
@@ -149,7 +149,7 @@ with gr.Blocks() as demo:
149
  label='AnimateDiff-Lightning',
150
  autoplay=True,
151
  height=512,
152
- width=910,
153
  elem_id="video_output"
154
  )
155
 
 
72
 
73
  # this corresponds roughly to 16:9
74
  # which is the aspect ratio video used by AiTube
75
+ width=912, # 1024,
76
  height=512, # 576,
77
 
78
  guidance_scale=1.0,
 
149
  label='AnimateDiff-Lightning',
150
  autoplay=True,
151
  height=512,
152
+ width=912,
153
  elem_id="video_output"
154
  )
155