SKostandian commited on
Commit
ba8a003
·
verified ·
1 Parent(s): 2326ee7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -208,7 +208,8 @@ wget https://dldata-public.s3.us-east-2.amazonaws.com/2086-149220-0033.wav
208
  ```
209
  Then simply do:
210
  ```
211
- asr_model.transcribe(['2086-149220-0033.wav'])
 
212
  ```
213
 
214
  ### Transcribing many audio files
 
208
  ```
209
  Then simply do:
210
  ```
211
+ output = asr_model.transcribe(['2086-149220-0033.wav'])
212
+ print(output[0].text)
213
  ```
214
 
215
  ### Transcribing many audio files