Skip to content

Commit 0425395

Browse files
authored
Merge pull request #81 from SkyworkAI/linchunze-patch-1
fix typos in generate_video_df
2 parents abed76f + 7d0969e commit 0425395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_video_df.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def get_video_num_frames_moviepy(video_path):
158158
assert input_num_frames >= args.overlap_history, "The input video is too short."
159159

160160
if v_height > v_width:
161-
width, heigth = height, width
161+
width, height = height, width
162162

163163
video_frames = pipe.extend_video(
164164
prompt=prompt_input,

0 commit comments

Comments
 (0)