fffiloni commited on
Commit
25a4251
·
1 Parent(s): 9c2f64a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def resize_video(input_file, new_width):
68
  # Close the video clip
69
  clip.close()
70
 
71
- return output_file
72
 
73
  def run_inference(prompt, video_path, condition, video_length):
74
 
 
68
  # Close the video clip
69
  clip.close()
70
 
71
+ return 'video_resized.mp4'
72
 
73
  def run_inference(prompt, video_path, condition, video_length):
74