Spaces:
Runtime error
Runtime error
Update frame_gen.py
Browse files- 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,
|
| 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
|