From 99a6d81160b05e71da12f40b4e624a05ad6c479e Mon Sep 17 00:00:00 2001 From: zhifu gao Date: Tue, 21 Nov 2023 19:19:16 +0800 Subject: [PATCH] Update quick_start.md --- funasr/quick_start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/funasr/quick_start.md b/funasr/quick_start.md index 0b316c00e..4566b87c3 100644 --- a/funasr/quick_start.md +++ b/funasr/quick_start.md @@ -16,7 +16,7 @@ Supports real-time streaming speech recognition, uses non-streaming models for e #### Server Deployment ```shell -cd funasr/runtime/python/websocket +cd runtime/python/websocket python funasr_wss_server.py --port 10095 ``` @@ -161,4 +161,4 @@ If you want to train from scratch, usually for academic models, you can start tr cd egs/aishell/paraformer . ./run.sh --CUDA_VISIBLE_DEVICES="0,1" --gpu_num=2 ``` -More examples could be found in [docs](https://alibaba-damo-academy.github.io/FunASR/en/modelscope_pipeline/quick_start.html) \ No newline at end of file +More examples could be found in [docs](https://alibaba-damo-academy.github.io/FunASR/en/modelscope_pipeline/quick_start.html)