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 示例