eienmojiki commited on
Commit
0514ac1
1 Parent(s): b311af1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def convert_video_to_gif(
64
  clip = clip.resize((target_width, target_height))
65
 
66
  # Set the playback speed
67
- clip = clip.fx(vfx.all, speed)
68
 
69
  clip = clip.set_fps(fps)
70
 
 
64
  clip = clip.resize((target_width, target_height))
65
 
66
  # Set the playback speed
67
+ clip = clip.fx(vfx.speedx, speed)
68
 
69
  clip = clip.set_fps(fps)
70