bigdefence commited on
Commit
62b0fc5
·
verified ·
1 Parent(s): fa2fa22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -100,9 +100,14 @@ git clone https://huggingface.co/bigdefence/Bigvox-Kanana-Audio
100
 
101
  2. **추론 실행**:
102
  - **음성-텍스트(S2T)** 추론:
 
103
  ```bash
104
  python3 omni_speech/infer/bigvox.py --query_audio test_audio.wav
105
  ```
 
 
 
 
106
 
107
  ## 🔧 훈련 세부사항
108
 
 
100
 
101
  2. **추론 실행**:
102
  - **음성-텍스트(S2T)** 추론:
103
+ - **Non-streaming**
104
  ```bash
105
  python3 omni_speech/infer/bigvox.py --query_audio test_audio.wav
106
  ```
107
+ - **Streaming**
108
+ ```bash
109
+ python3 omni_speech/infer/bigvox_streaming.py --query_audio test_audio.wav
110
+ ```
111
 
112
  ## 🔧 훈련 세부사항
113