SKostandian commited on
Commit
e580d83
·
verified ·
1 Parent(s): 607125a

Update README.md

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