Update SDK_advanced_guide_offline_zh.md

This commit is contained in:
Yabin Li 2023-08-20 22:12:16 +08:00 committed by GitHub
parent a4833f38c4
commit 60da04bef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,8 @@ nohup bash run_server.sh \
--vad-dir damo/speech_fsmn_vad_zh-cn-16k-common-onnx \
--model-dir damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx \
--punc-dir damo/punc_ct-transformer_zh-cn-common-vocab272727-onnx > log.out 2>&1 &
# 如果您想关闭ssl增加参数--certfile 0
```
服务端详细参数介绍可参考[服务端参数介绍](#服务端参数介绍)
### 客户端测试与使用