speechbrainteam commited on
Commit
4131bee
1 Parent(s): 7603116

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,7 +23,7 @@ You can try the model on the `math.wav` file included here as follows:
23
  ```
24
  from speechbrain.pretrained import EndToEndSLU
25
  slu = EndToEndSLU.from_hparams("speechbrain/slu-timers-and-such-direct-librispeech-asr")
26
- slu.decode_file("math.wav")
27
  ```
28
 
29
  #### Referencing SpeechBrain
@@ -35,7 +35,7 @@ title = {SpeechBrain},
35
  year = {2021},
36
  publisher = {GitHub},
37
  journal = {GitHub repository},
38
- howpublished = {\url{https://github.com/speechbrain/speechbrain}},
39
  }
40
  ```
41
 
 
23
  ```
24
  from speechbrain.pretrained import EndToEndSLU
25
  slu = EndToEndSLU.from_hparams("speechbrain/slu-timers-and-such-direct-librispeech-asr")
26
+ slu.decode_file("speechbrain/slu-timers-and-such-direct-librispeech-asr/math.wav")
27
  ```
28
 
29
  #### Referencing SpeechBrain
 
35
  year = {2021},
36
  publisher = {GitHub},
37
  journal = {GitHub repository},
38
+ howpublished = {\\url{https://github.com/speechbrain/speechbrain}},
39
  }
40
  ```
41