Spaces:
Sleeping
Sleeping
LiquidoNoNewtoniano
commited on
Commit
•
fa48b3b
1
Parent(s):
1f66bf2
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def text_to_video(image_paths):
|
|
37 |
prompt = image_to_text(image_paths)
|
38 |
video_frames = pipe(prompt, num_inference_steps=25).frames
|
39 |
video_path = export_to_video(video_frames)
|
40 |
-
return
|
41 |
|
42 |
|
43 |
title = ""
|
|
|
37 |
prompt = image_to_text(image_paths)
|
38 |
video_frames = pipe(prompt, num_inference_steps=25).frames
|
39 |
video_path = export_to_video(video_frames)
|
40 |
+
return video_path
|
41 |
|
42 |
|
43 |
title = ""
|