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