Xuanyou commited on
Commit
5e90824
·
verified ·
1 Parent(s): 1245425

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -503,7 +503,7 @@ def generate_spirit_animal_video(driving_video_path):
503
 
504
  # Step 3: Run inference
505
  output_path = "./animations/animal--uploaded_video_compressed.mp4"
506
- script_path = os.path.abspath("../LivePortrait/inference_animals.py")
507
 
508
  if not os.path.exists(script_path):
509
  print(f"Error: Inference script not found at {script_path}.")
 
503
 
504
  # Step 3: Run inference
505
  output_path = "./animations/animal--uploaded_video_compressed.mp4"
506
+ script_path = os.path.abspath("./LivePortrait/inference_animals.py")
507
 
508
  if not os.path.exists(script_path):
509
  print(f"Error: Inference script not found at {script_path}.")