From 8b38240ab1286c232d130482d70e873a64fab3af Mon Sep 17 00:00:00 2001 From: mini-omni <> Date: Mon, 9 Sep 2024 11:41:59 +0800 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d93819..d362e9c 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,11 @@ cd mini-omni python3 server.py --ip '0.0.0.0' --port 60808 ``` + - run streamlit demo NOTE: you need to run streamlit locally with PyAudio installed. +NOTE: For error: `ModuleNotFoundError: No module named 'utils.vad'`, please run `export PYTHONPATH=./` first. ```sh pip install PyAudio==0.2.14