mini-omni commited on
Commit
a97dad2
·
1 Parent(s): 6fe93c5

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -64,6 +64,7 @@ python3 server.py --ip '0.0.0.0' --port 60808
64
  NOTE: you need to run streamlit locally with PyAudio installed.
65
 
66
  ```sh
 
67
  pip install PyAudio==0.2.14
68
  API_URL=http://0.0.0.0:60808/chat streamlit run webui/omni_streamlit.py
69
  ```
 
64
  NOTE: you need to run streamlit locally with PyAudio installed.
65
 
66
  ```sh
67
+ sudo apt-get install ffmpeg
68
  pip install PyAudio==0.2.14
69
  API_URL=http://0.0.0.0:60808/chat streamlit run webui/omni_streamlit.py
70
  ```