Spaces:
Paused
Paused
Update app.py
Browse files
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
|