bigdefence commited on
Commit
8a2e5a5
·
verified ·
1 Parent(s): 2d35108

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
  ```