Update README.md
Browse files
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
|
50 |
```
|
51 |
-
!wget https://
|
|
|
|
|
|
|
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 |
```
|