SKostandian commited on
Commit
c496708
·
verified ·
1 Parent(s): 2ed90e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -98,7 +98,8 @@ wget https://dldata-public.s3.us-east-2.amazonaws.com/2086-149220-0033.wav
98
  ```
99
  Then simply do:
100
  ```
101
- asr_model.transcribe(['2086-149220-0033.wav'])
 
102
  ```
103
 
104
  ### Transcribing many audio files
 
98
  ```
99
  Then simply do:
100
  ```
101
+ output = asr_model.transcribe(['2086-149220-0033.wav'])
102
+ print(output[0].text)
103
  ```
104
 
105
  ### Transcribing many audio files