Spaces:
Sleeping
Sleeping
mini-omni
commited on
Commit
·
c24affa
1
Parent(s):
f402afd
update readme
Browse files
README.md
CHANGED
@@ -53,6 +53,9 @@ pip install -r requirements.txt
|
|
53 |
**Interactive demo**
|
54 |
|
55 |
- start server
|
|
|
|
|
|
|
56 |
```sh
|
57 |
sudo apt-get install ffmpeg
|
58 |
conda activate omni
|
@@ -63,8 +66,7 @@ python3 server.py --ip '0.0.0.0' --port 60808
|
|
63 |
|
64 |
- run streamlit demo
|
65 |
|
66 |
-
NOTE: you need to run streamlit locally with PyAudio installed.
|
67 |
-
NOTE: For error: `ModuleNotFoundError: No module named 'utils.vad'`, please run `export PYTHONPATH=./` first.
|
68 |
|
69 |
```sh
|
70 |
pip install PyAudio==0.2.14
|
|
|
53 |
**Interactive demo**
|
54 |
|
55 |
- start server
|
56 |
+
|
57 |
+
NOTE: you need to start the server before running the streamlit or gradio demo with API_URL set to the server address.
|
58 |
+
|
59 |
```sh
|
60 |
sudo apt-get install ffmpeg
|
61 |
conda activate omni
|
|
|
66 |
|
67 |
- run streamlit demo
|
68 |
|
69 |
+
NOTE: you need to run streamlit locally with PyAudio installed. For error: `ModuleNotFoundError: No module named 'utils.vad'`, please run `export PYTHONPATH=./` first.
|
|
|
70 |
|
71 |
```sh
|
72 |
pip install PyAudio==0.2.14
|