Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -577,7 +577,9 @@ def process_video(video_file):
|
|
577 |
compress_video(video_file, compressed_path, target_size_mb=1)
|
578 |
print(f"Compressed and moved video to: {compressed_path}")
|
579 |
|
580 |
-
output_video_path =
|
|
|
|
|
581 |
|
582 |
# Wait until the output video is generated
|
583 |
timeout = 60000 # Timeout in seconds
|
|
|
577 |
compress_video(video_file, compressed_path, target_size_mb=1)
|
578 |
print(f"Compressed and moved video to: {compressed_path}")
|
579 |
|
580 |
+
output_video_path = "./animations/animal--uploaded_video_compressed.mp4"
|
581 |
+
|
582 |
+
generate_spirit_animal_video(compressed_path)
|
583 |
|
584 |
# Wait until the output video is generated
|
585 |
timeout = 60000 # Timeout in seconds
|