pn23 commited on
Commit
b9674fb
·
verified ·
1 Parent(s): b9e43cc

Update frame_gen.py

Browse files
Files changed (1) hide show
  1. frame_gen.py +1 -1
frame_gen.py CHANGED
@@ -40,7 +40,7 @@ def gen_movie(frames_desc):
40
  video_clips = []
41
 
42
  # Load each input GIF file and append it to the list
43
- for x in range(1,11):
44
  video_clips.append(VideoFileClip(f'animation{x}.gif'))
45
 
46
  # Concatenate the video clips to create a single video
 
40
  video_clips = []
41
 
42
  # Load each input GIF file and append it to the list
43
+ for x in range(1,2):
44
  video_clips.append(VideoFileClip(f'animation{x}.gif'))
45
 
46
  # Concatenate the video clips to create a single video