Update app.py
Browse files
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")
|