ysharma HF staff commited on
Commit
103e0de
1 Parent(s): 422f0f3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def gen_moviepy_gif(start_seconds, end_seconds):
186
  gif_img = mp.VideoFileClip("gifimage.gif")
187
  print(gif_img)
188
  gif_img.write_videofile("gifimage.mp4")
189
- gif_vid = mp.VideoFileClip("gifimage.gif")
190
 
191
  im = Image.open("gifimage.gif")
192
  print("At the very end")
 
186
  gif_img = mp.VideoFileClip("gifimage.gif")
187
  print(gif_img)
188
  gif_img.write_videofile("gifimage.mp4")
189
+ gif_vid = mp.VideoFileClip("gifimage.mp4")
190
 
191
  im = Image.open("gifimage.gif")
192
  print("At the very end")