Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,7 @@ def generate_video():
|
|
37 |
# create_text_image, video_func, etc.
|
38 |
|
39 |
video_path = video_func(id, lines)
|
|
|
40 |
|
41 |
return send_file(video_path, mimetype='video/mp4')
|
42 |
|
|
|
37 |
# create_text_image, video_func, etc.
|
38 |
|
39 |
video_path = video_func(id, lines)
|
40 |
+
print(video_path,"--------------------------------video_path-------------------------------")
|
41 |
|
42 |
return send_file(video_path, mimetype='video/mp4')
|
43 |
|