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