sreepathi-ravikumar commited on
Commit
edc8264
·
verified ·
1 Parent(s): 4502847

Update video.py

Browse files
Files changed (1) hide show
  1. video.py +1 -1
video.py CHANGED
@@ -145,4 +145,4 @@ def video_generation(text, prompts):
145
  create_text_image(lines[i], image_paths[i])
146
 
147
  video_path = create_video_from_images()
148
- return os.path.basename(video_path)
 
145
  create_text_image(lines[i], image_paths[i])
146
 
147
  video_path = create_video_from_images()
148
+ return os.path.abspath(video_path)