update VectorClientExecutor python api, test=doc

res is dict not response, fixed
pull/2215/head
Ming 3 years ago committed by GitHub
parent b0b3222f9a
commit ebd544d314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save