fffiloni commited on
Commit
a194578
·
1 Parent(s): 7ae109e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def create_video(frames, fps, type):
111
  clip = ImageSequenceClip(frames, fps=fps)
112
  clip.write_videofile(f"video_{type}_result.mp4", fps=fps)
113
 
114
- return 'movie.mp4'
115
 
116
 
117
  def run_grounded_sam(input_image, text_prompt, task_type, background_prompt):
 
111
  clip = ImageSequenceClip(frames, fps=fps)
112
  clip.write_videofile(f"video_{type}_result.mp4", fps=fps)
113
 
114
+ return f"video_{type}_result.mp4"
115
 
116
 
117
  def run_grounded_sam(input_image, text_prompt, task_type, background_prompt):