Update README.md
Browse files
README.md
CHANGED
|
@@ -99,9 +99,14 @@ git clone https://huggingface.co/bigdefence/Bigvox-HyperCLOVAX-Audio
|
|
| 99 |
|
| 100 |
2. **추론 실행**:
|
| 101 |
- **음성-텍스트(S2T)** 추론:
|
|
|
|
| 102 |
```bash
|
| 103 |
python3 omni_speech/infer/bigvox.py --query_audio test_audio.wav
|
| 104 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
|
| 106 |
## 🔧 훈련 세부사항
|
| 107 |
|
|
|
|
| 99 |
|
| 100 |
2. **추론 실행**:
|
| 101 |
- **음성-텍스트(S2T)** 추론:
|
| 102 |
+
**Non-Streaming**
|
| 103 |
```bash
|
| 104 |
python3 omni_speech/infer/bigvox.py --query_audio test_audio.wav
|
| 105 |
```
|
| 106 |
+
**Streaming**
|
| 107 |
+
```bash
|
| 108 |
+
python3 omni_speech/infer/bigvox_streaming.py --query_audio test_audio.wav
|
| 109 |
+
```
|
| 110 |
|
| 111 |
## 🔧 훈련 세부사항
|
| 112 |
|