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
ade398e361
commit
8b38240ab1
@ -60,9 +60,11 @@ cd mini-omni
|
|||||||
python3 server.py --ip '0.0.0.0' --port 60808
|
python3 server.py --ip '0.0.0.0' --port 60808
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
- run streamlit demo
|
- run streamlit demo
|
||||||
|
|
||||||
NOTE: you need to run streamlit locally with PyAudio installed.
|
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
|
```sh
|
||||||
pip install PyAudio==0.2.14
|
pip install PyAudio==0.2.14
|
||||||
|
Loading…
Reference in New Issue
Block a user