Xuanyou commited on
Commit
8ece0c4
Β·
verified Β·
1 Parent(s): 5c8dee9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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 = generate_spirit_animal_video(compressed_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