sreepathi-ravikumar commited on
Commit
2e56512
·
verified ·
1 Parent(s): e738b55

Update video2.py

Browse files
Files changed (1) hide show
  1. video2.py +0 -3
video2.py CHANGED
@@ -65,9 +65,6 @@ def video_func(id, lines):
65
 
66
  def video_com(lines):
67
  video_path = f"/tmp/video_{uuid.uuid4().hex}.mp4"
68
- for id in range(len(lines)):
69
- video_func(id,lines)
70
- print(id,lines[id])
71
  clips = []
72
  for id in range(len(lines)):
73
  clip = f"/app/data/video/clip{id}.mp4"
 
65
 
66
  def video_com(lines):
67
  video_path = f"/tmp/video_{uuid.uuid4().hex}.mp4"
 
 
 
68
  clips = []
69
  for id in range(len(lines)):
70
  clip = f"/app/data/video/clip{id}.mp4"