Update README.md
Browse files
README.md
CHANGED
|
@@ -101,11 +101,11 @@ git clone https://huggingface.co/bigdefence/Bigvox-Midm-Audio
|
|
| 101 |
|
| 102 |
2. **추론 실행**:
|
| 103 |
- **음성-텍스트(S2T)** 추론:<br>
|
| 104 |
-
**Non-streaming**
|
| 105 |
```bash
|
| 106 |
python3 omni_speech/infer/bigvox.py --query_audio test_audio.wav
|
| 107 |
```
|
| 108 |
-
**Streaming**
|
| 109 |
```bash
|
| 110 |
python3 omni_speech/infer/bigvox_streaming.py --query_audio test_audio.wav
|
| 111 |
```
|
|
|
|
| 101 |
|
| 102 |
2. **추론 실행**:
|
| 103 |
- **음성-텍스트(S2T)** 추론:<br>
|
| 104 |
+
- **Non-streaming**
|
| 105 |
```bash
|
| 106 |
python3 omni_speech/infer/bigvox.py --query_audio test_audio.wav
|
| 107 |
```
|
| 108 |
+
- **Streaming**
|
| 109 |
```bash
|
| 110 |
python3 omni_speech/infer/bigvox_streaming.py --query_audio test_audio.wav
|
| 111 |
```
|