Spaces:
Paused
Paused
Update app.py
Browse files
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 |
|