chore: rename file

This commit is contained in:
guojianzhu
2024-08-02 22:47:18 +08:00
parent 8b1e1c77cb
commit fe320a7355
3 changed files with 3 additions and 3 deletions

View File

@@ -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: