Update README.md
Browse files
README.md
CHANGED
@@ -147,7 +147,8 @@ First, let's get a sample of spoken Mandarin Chinese.
|
|
147 |
|
148 |
Then simply do:
|
149 |
```
|
150 |
-
asr_model.transcribe(['
|
|
|
151 |
```
|
152 |
|
153 |
### Transcribing many audio files
|
|
|
147 |
|
148 |
Then simply do:
|
149 |
```
|
150 |
+
output = asr_model.transcribe(['sample.wav'])
|
151 |
+
print(output[0].text)
|
152 |
```
|
153 |
|
154 |
### Transcribing many audio files
|