mini-omni commited on
Commit
461784a
·
1 Parent(s): cf74bd7

update readme

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -60,9 +60,11 @@ cd mini-omni
60
  python3 server.py --ip '0.0.0.0' --port 60808
61
  ```
62
 
 
63
  - run streamlit demo
64
 
65
  NOTE: you need to run streamlit locally with PyAudio installed.
 
66
 
67
  ```sh
68
  pip install PyAudio==0.2.14
 
60
  python3 server.py --ip '0.0.0.0' --port 60808
61
  ```
62
 
63
+
64
  - run streamlit demo
65
 
66
  NOTE: you need to run streamlit locally with PyAudio installed.
67
+ NOTE: For error: `ModuleNotFoundError: No module named 'utils.vad'`, please run `export PYTHONPATH=./` first.
68
 
69
  ```sh
70
  pip install PyAudio==0.2.14