update readme

This commit is contained in:
mini-omni 2024-09-09 12:14:40 +08:00
parent 2a021e831c
commit e95181ba9c
1 changed files with 4 additions and 2 deletions

View File

@ -53,6 +53,9 @@ pip install -r requirements.txt
**Interactive demo**
- start server
NOTE: you need to start the server before running the streamlit or gradio demo with API_URL set to the server address.
```sh
sudo apt-get install ffmpeg
conda activate omni
@ -63,8 +66,7 @@ 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.
NOTE: you need to run streamlit locally with PyAudio installed. For error: `ModuleNotFoundError: No module named 'utils.vad'`, please run `export PYTHONPATH=./` first.
```sh
pip install PyAudio==0.2.14