From a379944b58b2decbdd528a38ba21400e26fefd7e Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期一, 26 六月 2023 21:45:32 +0800 Subject: [PATCH] fixbug __init__.py --- funasr/runtime/websocket/funasr-wss-server.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/websocket/funasr-wss-server.cpp b/funasr/runtime/websocket/funasr-wss-server.cpp index a6fa2e1..874f306 100644 --- a/funasr/runtime/websocket/funasr-wss-server.cpp +++ b/funasr/runtime/websocket/funasr-wss-server.cpp @@ -5,7 +5,7 @@ /* 2022-2023 by zhaomingwork */ // io server -// Usage:funasr-ws-server [--model_thread_num <int>] [--decoder_thread_num <int>] +// Usage:funasr-wss-server [--model_thread_num <int>] [--decoder_thread_num <int>] // [--io_thread_num <int>] [--port <int>] [--listen_ip // <string>] [--punc-quant <string>] [--punc-dir <string>] // [--vad-quant <string>] [--vad-dir <string>] [--quantize -- Gitblit v1.9.1