Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ def run_inference(prompt, video_path, condition, video_length, seed, steps):
|
|
171 |
#resize_video(video_path_output, 'resized_final.mp4', o_width, o_height, target_fps)
|
172 |
|
173 |
print(f"FINISHED !")
|
174 |
-
return "done",
|
175 |
|
176 |
|
177 |
css="""
|
|
|
171 |
#resize_video(video_path_output, 'resized_final.mp4', o_width, o_height, target_fps)
|
172 |
|
173 |
print(f"FINISHED !")
|
174 |
+
return "done", video_path_output
|
175 |
|
176 |
|
177 |
css="""
|