Spaces:
Build error
Build error
app.py
CHANGED
@@ -181,7 +181,7 @@ def gen_moviepy_gif(start_seconds, end_seconds):
|
|
181 |
print("I am here now")
|
182 |
|
183 |
#gifclip = VideoFileClip("gifimage.mp4")
|
184 |
-
final_clip.write_gif("gifimage.gif") #, program='ffmpeg', tempfiles=True, fps=15, fuzz=3)
|
185 |
|
186 |
print("pretty good")
|
187 |
gif_img = mp.VideoFileClip("gifimage.gif")
|
|
|
181 |
print("I am here now")
|
182 |
|
183 |
#gifclip = VideoFileClip("gifimage.mp4")
|
184 |
+
final_clip.write_gif("./gifimage.gif") #, program='ffmpeg', tempfiles=True, fps=15, fuzz=3)
|
185 |
|
186 |
print("pretty good")
|
187 |
gif_img = mp.VideoFileClip("gifimage.gif")
|