SKostandian commited on
Commit
2032c4a
·
verified ·
1 Parent(s): 7041884

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -198,7 +198,8 @@ wget https://dldata-public.s3.us-east-2.amazonaws.com/2086-149220-0033.wav
198
  ```
199
  Then simply do:
200
  ```
201
- asr_model.transcribe(['2086-149220-0033.wav'])
 
202
  ```
203
 
204
  ### Transcribing many audio files
 
198
  ```
199
  Then simply do:
200
  ```
201
+ output = asr_model.transcribe(['2086-149220-0033.wav'])
202
+ print(output[0].text)
203
  ```
204
 
205
  ### Transcribing many audio files