openfree commited on
Commit
0446b4d
·
verified ·
1 Parent(s): db72c71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=768,
259
- num_frames=121,
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: