mirror of
https://github.com/gpt-omni/mini-omni
synced 2024-11-16 05:03:47 +00:00
update readme
This commit is contained in:
parent
99aadd7482
commit
ade398e361
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user