Update README.md
Browse files
README.md
CHANGED
@@ -100,9 +100,14 @@ git clone https://huggingface.co/bigdefence/Bigvox-Kanana-Audio
|
|
100 |
|
101 |
2. **์ถ๋ก ์คํ**:
|
102 |
- **์์ฑ-ํ
์คํธ(S2T)** ์ถ๋ก :
|
|
|
103 |
```bash
|
104 |
python3 omni_speech/infer/bigvox.py --query_audio test_audio.wav
|
105 |
```
|
|
|
|
|
|
|
|
|
106 |
|
107 |
## ๐ง ํ๋ จ ์ธ๋ถ์ฌํญ
|
108 |
|
|
|
100 |
|
101 |
2. **์ถ๋ก ์คํ**:
|
102 |
- **์์ฑ-ํ
์คํธ(S2T)** ์ถ๋ก :
|
103 |
+
- **Non-streaming**
|
104 |
```bash
|
105 |
python3 omni_speech/infer/bigvox.py --query_audio test_audio.wav
|
106 |
```
|
107 |
+
- **Streaming**
|
108 |
+
```bash
|
109 |
+
python3 omni_speech/infer/bigvox_streaming.py --query_audio test_audio.wav
|
110 |
+
```
|
111 |
|
112 |
## ๐ง ํ๋ จ ์ธ๋ถ์ฌํญ
|
113 |
|