euiiiia commited on
Commit
b2d6840
·
verified ·
1 Parent(s): d6c2d5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def run_generate_low(prompt, neg_prompt, start_img, height, width, duration, cfg
42
  if start_img:
43
  num_frames_estimate = int(duration * 24)
44
  items_list = [[start_img, 0, 1.0]]
45
- conditioning_items = video_generation_service._prepare_condition_items(items_list, height, width)
46
 
47
 
48
  used_seed = None if randomize_seed else seed
 
42
  if start_img:
43
  num_frames_estimate = int(duration * 24)
44
  items_list = [[start_img, 0, 1.0]]
45
+ conditioning_items = video_generation_service._prepare_condition_items(items_list, height, width, num_frames_estimate)
46
 
47
 
48
  used_seed = None if randomize_seed else seed