From 99aadd74826f8f5920dd49911acca74f08d2aa8d Mon Sep 17 00:00:00 2001 From: mini-omni <> Date: Sat, 7 Sep 2024 12:55:35 +0300 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6283748..810d132 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ 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 ```