de-coder commited on
Commit
06e6b2b
1 Parent(s): f187d1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -46,9 +46,12 @@ asr_model = nemo_asr.models.ASRModel.from_pretrained("decoder/STT_SW_Model")
46
  ```
47
 
48
  ### Transcribing using Python
49
- First, let's get a sample
50
  ```
51
- !wget https://filebin.net/198phynus62ua08w/common_voice_sw_27777611.wav
 
 
 
52
  ```
53
  Then simply do: if in colab
54
  ```
 
46
  ```
47
 
48
  ### Transcribing using Python
49
+ First, let's get a samples of three different files
50
  ```
51
+ !wget https://rapidshare.io/2oUF/common_voice_sw_27777611.wav
52
+ !wget https://rapidshare.io/2oUG/common_voice_sw_27777627.wav
53
+ !wget https://rapidshare.io/2oUH/common_voice_sw_27791961.wav
54
+
55
  ```
56
  Then simply do: if in colab
57
  ```