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