sreepathi-ravikumar commited on
Commit
24d493c
·
verified ·
1 Parent(s): 4032e5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def generate_video():
91
 
92
  video_path = f"/tmp/video_{uuid.uuid4().hex}.mp4"
93
  for id in range(len(lines)):
94
- video_func(id)
95
  clips = []
96
  for id in range(len(lines)):
97
  clip = VideoFileClip(f"clip{id}.mp4")
 
91
 
92
  video_path = f"/tmp/video_{uuid.uuid4().hex}.mp4"
93
  for id in range(len(lines)):
94
+ video_func(id,lines)
95
  clips = []
96
  for id in range(len(lines)):
97
  clip = VideoFileClip(f"clip{id}.mp4")