update readme

This commit is contained in:
mini-omni 2024-09-09 11:41:59 +08:00
parent ade398e361
commit 8b38240ab1
1 changed files with 2 additions and 0 deletions

View File

@ -60,9 +60,11 @@ cd mini-omni
python3 server.py --ip '0.0.0.0' --port 60808
```
- run streamlit demo
NOTE: you need to run streamlit locally with PyAudio installed.
NOTE: For error: `ModuleNotFoundError: No module named 'utils.vad'`, please run `export PYTHONPATH=./` first.
```sh
pip install PyAudio==0.2.14