bigdefence commited on
Commit
ba40c37
·
verified ·
1 Parent(s): c3f380c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -101,9 +101,11 @@ git clone https://huggingface.co/bigdefence/Bigvox-Midm-Audio
101
 
102
  2. **추론 실행**:
103
  - **음성-텍스트(S2T)** 추론:
 
104
  ```bash
105
  python3 omni_speech/infer/bigvox.py --query_audio test_audio.wav
106
  ```
 
107
  ```bash
108
  python3 omni_speech/infer/bigvox_streaming.py --query_audio test_audio.wav
109
  ```
 
101
 
102
  2. **추론 실행**:
103
  - **음성-텍스트(S2T)** 추론:
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
  ```