From 4a5d933c471fc62326767083655d5c0bda102e9d Mon Sep 17 00:00:00 2001 From: zhifu gao Date: Mon, 26 Jun 2023 17:50:38 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8368b3bc7..4338992eb 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,12 @@ More examples could be found in [docs](https://alibaba-damo-academy.github.io/Fu ### runtime An example with websocket: + For the server: ```shell python wss_srv_asr.py --port 10095 ``` + For the client: ```shell python wss_client_asr.py --host "0.0.0.0" --port 10095 --mode 2pass --chunk_size "5,10,5"