Update quick_start.md

This commit is contained in:
zhifu gao 2023-11-21 19:19:16 +08:00 committed by GitHub
parent 18b206eab7
commit 99a6d81160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ Supports real-time streaming speech recognition, uses non-streaming models for e
#### Server Deployment
```shell
cd funasr/runtime/python/websocket
cd runtime/python/websocket
python funasr_wss_server.py --port 10095
```