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", server_ip="127.0.0.1",
port=8090, port=8090,
task="spk") task="spk")
print(res.json()) print(res)
``` ```
Output: Output:
@ -360,7 +360,7 @@ wget -c https://paddlespeech.bj.bcebos.com/vector/audio/123456789.wav
server_ip="127.0.0.1", server_ip="127.0.0.1",
port=8090, port=8090,
task="score") task="score")
print(res.json()) print(res)
``` ```
Output: Output:

Loading…
Cancel
Save