diff --git a/assets/docs/changelog/2024-07-24.md b/assets/docs/changelog/2024-07-24.md index 8a7ec6d..bd52865 100644 --- a/assets/docs/changelog/2024-07-24.md +++ b/assets/docs/changelog/2024-07-24.md @@ -1,7 +1,7 @@ ### Updates - **Portrait pose editing:** You can change the `relative pitch`, `relative yaw`, and `relative roll` in the Gradio interface to adjust the pose of the source portrait. -- **Detection threshold:** We have added a `det_thresh` argument with a default value of 0.15 to increase recall, meaning more types of faces (e.g., monkeys, human-like) will be detected. You can set it 0.5 by `python app.py --det_thresh 0.5`. +- **Detection threshold:** We have added a `--det_thresh` argument with a default value of 0.15 to increase recall, meaning more types of faces (e.g., monkeys, human-like) will be detected. You can set it 0.5 by `python app.py --det_thresh 0.5`.

LivePortrait