sreepathi-ravikumar commited on
Commit
1cd611d
·
verified ·
1 Parent(s): b153e4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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