fffiloni commited on
Commit
90e6ba4
·
1 Parent(s): d17fb07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -53,6 +53,8 @@ def resize_video(input_path, output_path, target_width):
53
 
54
  # Close the video clip
55
  clip.close()
 
 
56
 
57
  def run_inference(prompt, video_path, condition, video_length):
58
 
 
53
 
54
  # Close the video clip
55
  clip.close()
56
+
57
+ return output_path
58
 
59
  def run_inference(prompt, video_path, condition, video_length):
60