Spaces:
Running
Running
Update video.py
Browse files
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.
|
|
|
145 |
create_text_image(lines[i], image_paths[i])
|
146 |
|
147 |
video_path = create_video_from_images()
|
148 |
+
return os.path.abspath(video_path)
|