Update README.md

This commit is contained in:
zhifu gao 2023-03-29 15:48:04 +08:00 committed by GitHub
parent 37c9e0eacb
commit ebce23d83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ or install from source code
```shell ```shell
git clone https://github.com/alibaba/FunASR.git && cd FunASR git clone https://github.com/alibaba/FunASR.git && cd FunASR
cd funasr/runtime/python/funasr_onnx cd funasr/runtime/python/onnxruntime
python setup.py build python setup.py build
python setup.py install python setup.py install
``` ```