diff --git a/demos/speech_web/README.md b/demos/speech_web/README.md index efc923f02e9b436451d8c63ffd2555103e55ecd1..2bbd0caaf5581b9f993c938ad9c4e8e8e5256229 100644 --- a/demos/speech_web/README.md +++ b/demos/speech_web/README.md @@ -141,8 +141,9 @@ ERNIE-SAT 体验依赖于 [examples/aishell3_vctk/ernie_sat](https://github.com/ 运行好 `examples/aishell3_vctk/ernie_sat` 后,回到当前目录,创建环境: ```bash -ln -s ../../examples/aishell3_vctk/ernie_sat/tools ./speech_server/tools -ln -s ../../examples/aishell3_vctk/ernie_sat/download ./speech_server/download +cd speech_server +ln -snf ../../../examples/aishell3_vctk/ernie_sat/download . +ln -snf ../../../examples/aishell3_vctk/ernie_sat/tools . ``` #### finetune 环境配置