diff --git a/assets/docs/changelog/2024-08-02.md b/assets/docs/changelog/2024-08-02.md index 26461be..42d3e44 100644 --- a/assets/docs/changelog/2024-08-02.md +++ b/assets/docs/changelog/2024-08-02.md @@ -27,9 +27,9 @@ python setup.py build install cd - # equal to cd ../../../../../../../ ``` -You can run the model using the script `inference_animal.py`: +You can run the model using the script `inference_animals.py`: ```bash -python inference_animal.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --no_flag_stitching --driving_multiplier 1.75 +python inference_animals.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --no_flag_stitching --driving_multiplier 1.75 ``` Alternatively, we recommend using Gradio. Simply launch it by running: diff --git a/inference_animal.py b/inference_animals.py similarity index 100% rename from inference_animal.py rename to inference_animals.py diff --git a/readme.md b/readme.md index 61707ff..dec8d85 100644 --- a/readme.md +++ b/readme.md @@ -135,7 +135,7 @@ cd - # equal to cd ../../../../../../../ Then ```bash -python inference_animal.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --driving_multiplier 1.75 --no_flag_stitching +python inference_animals.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --driving_multiplier 1.75 --no_flag_stitching ``` If the script runs successfully, you will get an output mp4 file named `animations/s39--wink_concat.mp4`.