SKostandian commited on
Commit
25fb1f0
·
verified ·
1 Parent(s): 33389dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -123,7 +123,8 @@ wget https://dldata-public.s3.us-east-2.amazonaws.com/2086-149220-0033.wav
123
  ```
124
  Then simply do:
125
  ```
126
- asr_model.transcribe(['2086-149220-0033.wav'])
 
127
  ```
128
 
129
  ### Transcribing many audio files
 
123
  ```
124
  Then simply do:
125
  ```
126
+ output = asr_model.transcribe(['2086-149220-0033.wav'])
127
+ print(output[0].text)
128
  ```
129
 
130
  ### Transcribing many audio files