游雁 2 anos atrás
pai
commit
e08be2e41c
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      README.md
  2. 1 1
      funasr/runtime/websocket/readme.md

+ 1 - 1
README.md

@@ -66,7 +66,7 @@ You can also scan the following DingTalk group or WeChat group QR code to join t
 | <div align="left"><img src="docs/images/damo.png" width="180"/> | <div align="left"><img src="docs/images/nwpu.png" width="260"/> | <img src="docs/images/China_Telecom.png" width="200"/> </div>  | <img src="docs/images/RapidAI.png" width="200"/> </div> | <img src="docs/images/aihealthx.png" width="200"/> </div> | <img src="docs/images/XVERSE.png" width="250"/> </div> |
 |:---------------------------------------------------------------:|:---------------------------------------------------------------:|:--------------------------------------------------------------:|:-------------------------------------------------------:|:-----------------------------------------------------------:|:------------------------------------------------------:|
 
-The contributors can be found in [contributors list]((./Acknowledge))
+The contributors can be found in [contributors list](./Acknowledge)
 
 ## License
 This project is licensed under the [The MIT License](https://opensource.org/licenses/MIT). FunASR also contains various third-party components and some code modified from other repos under other open source licenses.

+ 1 - 1
funasr/runtime/websocket/readme.md

@@ -120,7 +120,7 @@ Export Detailed Introduction([docs](https://github.com/alibaba-damo-academy/Fu
 ```shell
 ./funasr-wss-server-2pass  \
   --download-model-dir /workspace/models \
-  --offline-model-dir ./exportdamo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx \
+  --model-dir ./exportdamo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx \
   --vad-dir ./exportdamo/speech_fsmn_vad_zh-cn-16k-common-onnx \
   --punc-dir ./export/damo/punc_ct-transformer_zh-cn-common-vocab272727-onnx \
   --online-model-dir ./exportdamo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online \