Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
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}.")
|