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
2a021e831c
commit
e95181ba9c
@ -53,6 +53,9 @@ pip install -r requirements.txt
|
|||||||
**Interactive demo**
|
**Interactive demo**
|
||||||
|
|
||||||
- start server
|
- 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
|
```sh
|
||||||
sudo apt-get install ffmpeg
|
sudo apt-get install ffmpeg
|
||||||
conda activate omni
|
conda activate omni
|
||||||
@ -63,8 +66,7 @@ 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. For error: `ModuleNotFoundError: No module named 'utils.vad'`, please run `export PYTHONPATH=./` first.
|
||||||
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