update readme

This commit is contained in:
mini-omni 2024-09-07 13:21:16 +03:00
parent 99aadd7482
commit ade398e361
1 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,7 @@ pip install -r requirements.txt
- start server - start server
```sh ```sh
sudo apt-get install ffmpeg
conda activate omni conda activate omni
cd mini-omni cd mini-omni
python3 server.py --ip '0.0.0.0' --port 60808 python3 server.py --ip '0.0.0.0' --port 60808
@ -64,7 +65,6 @@ python3 server.py --ip '0.0.0.0' --port 60808
NOTE: you need to run streamlit locally with PyAudio installed. NOTE: you need to run streamlit locally with PyAudio installed.
```sh ```sh
sudo apt-get install ffmpeg
pip install PyAudio==0.2.14 pip install PyAudio==0.2.14
API_URL=http://0.0.0.0:60808/chat streamlit run webui/omni_streamlit.py API_URL=http://0.0.0.0:60808/chat streamlit run webui/omni_streamlit.py
``` ```