Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -255,8 +255,8 @@ def generate_video_from_text(
|
|
255 |
num_inference_steps=41,
|
256 |
guidance_scale=4,
|
257 |
height=512,
|
258 |
-
width=
|
259 |
-
num_frames=
|
260 |
progress=gr.Progress(),
|
261 |
):
|
262 |
if len(prompt.strip()) < 50:
|
|
|
255 |
num_inference_steps=41,
|
256 |
guidance_scale=4,
|
257 |
height=512,
|
258 |
+
width=320,
|
259 |
+
num_frames=257,
|
260 |
progress=gr.Progress(),
|
261 |
):
|
262 |
if len(prompt.strip()) < 50:
|