Update README.md
Browse files
README.md
CHANGED
|
@@ -100,7 +100,7 @@ git clone https://huggingface.co/bigdefence/Bigvox-Midm-Audio
|
|
| 100 |
- [HuggingFace](https://huggingface.co/openai/whisper-large-v3)에서 **Whisper-large-v3** 음성 인코더를 다운로드하여 `./models/speech_encoder/` 디렉토리에 배치 🎤
|
| 101 |
|
| 102 |
2. **추론 실행**:
|
| 103 |
-
- **음성-텍스트(S2T)** 추론:
|
| 104 |
**Non-streaming**
|
| 105 |
```bash
|
| 106 |
python3 omni_speech/infer/bigvox.py --query_audio test_audio.wav
|
|
|
|
| 100 |
- [HuggingFace](https://huggingface.co/openai/whisper-large-v3)에서 **Whisper-large-v3** 음성 인코더를 다운로드하여 `./models/speech_encoder/` 디렉토리에 배치 🎤
|
| 101 |
|
| 102 |
2. **추론 실행**:
|
| 103 |
+
- **음성-텍스트(S2T)** 추론:<br>
|
| 104 |
**Non-streaming**
|
| 105 |
```bash
|
| 106 |
python3 omni_speech/infer/bigvox.py --query_audio test_audio.wav
|