SKostandian commited on
Commit
e5b9941
·
verified ·
1 Parent(s): f879b51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -11,9 +11,9 @@ datasets:
11
  - National-Singapore-Corpus-Part-1
12
  - National-Singapore-Corpus-Part-6
13
  - vctk
14
- - VoxPopuli-(EN)
15
- - Europarl-ASR-(EN)
16
- - Multilingual-LibriSpeech-(2000-hours)
17
  - mozilla-foundation/common_voice_7_0
18
  thumbnail: null
19
  tags:
@@ -174,7 +174,8 @@ wget https://dldata-public.s3.us-east-2.amazonaws.com/2086-149220-0033.wav
174
  ```
175
  Then simply do:
176
  ```
177
- asr_model.transcribe(['2086-149220-0033.wav'])
 
178
  ```
179
 
180
  ### Transcribing many audio files
 
11
  - National-Singapore-Corpus-Part-1
12
  - National-Singapore-Corpus-Part-6
13
  - vctk
14
+ - VoxPopuli
15
+ - Europarl-ASR
16
+ - Multilingual-LibriSpeech
17
  - mozilla-foundation/common_voice_7_0
18
  thumbnail: null
19
  tags:
 
174
  ```
175
  Then simply do:
176
  ```
177
+ output = asr_model.transcribe(['2086-149220-0033.wav'])
178
+ print(output[0].text)
179
  ```
180
 
181
  ### Transcribing many audio files