|
|
@@ -17,7 +17,7 @@
|
|
|
|
|
|
##### 服务端部署
|
|
|
```shell
|
|
|
-cd funasr/runtime/python/websocket
|
|
|
+cd runtime/python/websocket
|
|
|
python funasr_wss_server.py --port 10095
|
|
|
```
|
|
|
|
|
|
@@ -161,4 +161,4 @@ cd egs/aishell/paraformer
|
|
|
. ./run.sh --CUDA_VISIBLE_DEVICES="0,1" --gpu_num=2
|
|
|
```
|
|
|
|
|
|
-更多例子可以参考([点击此处](https://alibaba-damo-academy.github.io/FunASR/en/academic_recipe/asr_recipe.html))
|
|
|
+更多例子可以参考([点击此处](https://alibaba-damo-academy.github.io/FunASR/en/academic_recipe/asr_recipe.html))
|