From c69de41680e1425fbeee345db61b0d7883a2d0fb Mon Sep 17 00:00:00 2001 From: crosstyan Date: Wed, 24 Dec 2025 15:41:11 +0800 Subject: [PATCH] x --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dcd6818..7c94121 100644 --- a/README.md +++ b/README.md @@ -170,14 +170,14 @@ HPE 服务提供基于深度学习的人体姿态估计能力,可从输入图 ```bash # 使用 uv 直接运行(自动安装依赖) -uv run scripts/client_example.py photo.jpg +uv run scripts/client_example.py figures/sample.jpg # 指定自定义 URL -uv run scripts/client_example.py photo.png --url https://api.pose.weihua-iot.cn/hpe +uv run scripts/client_example.py figures/sample.jpg --url https://api.pose.weihua-iot.cn/hpe # 或使用传统方式(需先安装 httpx) pip install httpx -python scripts/client_example.py photo.jpg +python scripts/client_example.py figures/sample.jpg ``` ### Bash/cURL 示例