sreepathi-ravikumar commited on
Commit
039e6e9
·
verified ·
1 Parent(s): ceb1e16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def generate_video():
100
 
101
  final_video = concatenate_videoclips(clips)
102
  video_path = f"/tmp/video_{uuid.uuid4().hex}.mp4"
103
- final_video.write_videofile(video_path", fps=24)
104
  for img in image_files:
105
  os.remove(img)
106
 
 
100
 
101
  final_video = concatenate_videoclips(clips)
102
  video_path = f"/tmp/video_{uuid.uuid4().hex}.mp4"
103
+ final_video.write_videofile(video_path, fps=24)
104
  for img in image_files:
105
  os.remove(img)
106