ysharma HF staff commited on
Commit
5944b9b
1 Parent(s): 489b6f9
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -180,10 +180,10 @@ def gen_moviepy_gif(start_seconds, end_seconds):
180
  print("I am here now")
181
 
182
  #gifclip = VideoFileClip("gifimage.mp4")
183
- final_clip.write_gif("gifimage.gif") #, program='ffmpeg', tempfiles=True, fps=15, fuzz=3)
184
 
185
  print("pretty good")
186
- gif_img = mp.VideoFileClip("gifimage.gif")
187
  print(gif_img)
188
  #final_clip.close()
189
  print("At the very end")
 
180
  print("I am here now")
181
 
182
  #gifclip = VideoFileClip("gifimage.mp4")
183
+ final_clip.write_gif("./gifimage.gif") #, program='ffmpeg', tempfiles=True, fps=15, fuzz=3)
184
 
185
  print("pretty good")
186
+ gif_img = mp.VideoFileClip("./gifimage.gif")
187
  print(gif_img)
188
  #final_clip.close()
189
  print("At the very end")