bigdefence commited on
Commit
c8689f3
·
verified ·
1 Parent(s): 9f127fb

Update README.md

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