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

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,6 +54,7 @@ pip install -r requirements.txt
54
 
55
  - start server
56
  ```sh
 
57
  conda activate omni
58
  cd mini-omni
59
  python3 server.py --ip '0.0.0.0' --port 60808
@@ -64,7 +65,6 @@ 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
- 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
  ```
 
54
 
55
  - start server
56
  ```sh
57
+ sudo apt-get install ffmpeg
58
  conda activate omni
59
  cd mini-omni
60
  python3 server.py --ip '0.0.0.0' --port 60808
 
65
  NOTE: you need to run streamlit locally with PyAudio installed.
66
 
67
  ```sh
 
68
  pip install PyAudio==0.2.14
69
  API_URL=http://0.0.0.0:60808/chat streamlit run webui/omni_streamlit.py
70
  ```