pn23 commited on
Commit
c17de37
·
verified ·
1 Parent(s): 6186e20

Update frame_gen.py

Browse files
Files changed (1) hide show
  1. frame_gen.py +1 -1
frame_gen.py CHANGED
@@ -32,7 +32,7 @@ def gen_movie(frames_desc):
32
  )
33
  frames = output.frames[0]
34
  export_to_gif(frames, f'animation{x}.gif')
35
- x++
36
 
37
 
38
  # List to store VideoFileClip objects for each input GIF
 
32
  )
33
  frames = output.frames[0]
34
  export_to_gif(frames, f'animation{x}.gif')
35
+ x += 1
36
 
37
 
38
  # List to store VideoFileClip objects for each input GIF