mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Update README.md
This commit is contained in:
parent
a5887c66ff
commit
3b96a69e0f
@ -43,6 +43,9 @@ python funasr_wss_server.py --port 10095
|
|||||||
|
|
||||||
Install the requirements for client
|
Install the requirements for client
|
||||||
```shell
|
```shell
|
||||||
|
apt-get install -y ffmpeg #ubuntu
|
||||||
|
# yum install -y ffmpeg # centos
|
||||||
|
|
||||||
git clone https://github.com/alibaba/FunASR.git && cd FunASR
|
git clone https://github.com/alibaba/FunASR.git && cd FunASR
|
||||||
cd funasr/runtime/python/websocket
|
cd funasr/runtime/python/websocket
|
||||||
pip install -r requirements_client.txt
|
pip install -r requirements_client.txt
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user