sreepathi-ravikumar commited on
Commit
5553637
·
verified ·
1 Parent(s): 1a4258f

Update app.py

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