Update funasr_wss_client.py

This commit is contained in:
hnluo 2023-10-23 19:46:55 +08:00 committed by GitHub
parent 26a2a232a9
commit 7b857162cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ parser.add_argument("--port",
help="grpc server port")
parser.add_argument("--chunk_size",
type=str,
default="5, 10, 5",
default="0, 10, 5",
help="chunk")
parser.add_argument("--encoder_chunk_look_back",
type=int,