From ade398e3612fd54c148ef694d03c3bd299cc909e Mon Sep 17 00:00:00 2001 From: mini-omni <> Date: Sat, 7 Sep 2024 13:21:16 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 810d132..9d93819 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ pip install -r requirements.txt - start server ```sh +sudo apt-get install ffmpeg conda activate omni cd mini-omni python3 server.py --ip '0.0.0.0' --port 60808 @@ -64,7 +65,6 @@ python3 server.py --ip '0.0.0.0' --port 60808 NOTE: you need to run streamlit locally with PyAudio installed. ```sh -sudo apt-get install ffmpeg pip install PyAudio==0.2.14 API_URL=http://0.0.0.0:60808/chat streamlit run webui/omni_streamlit.py ```