未验证 提交 ebd544d3 编写于 作者: M Ming 提交者: GitHub

update VectorClientExecutor python api, test=doc

res is dict not response, fixed
上级 b0b3222f
......@@ -301,7 +301,7 @@ wget -c https://paddlespeech.bj.bcebos.com/vector/audio/123456789.wav
server_ip="127.0.0.1",
port=8090,
task="spk")
print(res.json())
print(res)
```
Output:
......@@ -360,7 +360,7 @@ wget -c https://paddlespeech.bj.bcebos.com/vector/audio/123456789.wav
server_ip="127.0.0.1",
port=8090,
task="score")
print(res.json())
print(res)
```
Output:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册