|
|
@@ -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
|
|
|
```
|
|
|
服务端详细参数介绍可参考[服务端参数介绍](#服务端参数介绍)
|
|
|
### 客户端测试与使用
|