Update app.py
Browse files
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=
|
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=
|
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 |
|