Titouan commited on
Commit
e3ef246
1 Parent(s): 9c5e6f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -26,7 +26,8 @@ The model uses an ASR model trained on LibriSpeech ([`speechbrain/asr-crdnn-rnnl
26
 
27
 
28
  You can try the model on the `example_fsc.wav` file included here as follows:
29
- ```
 
30
  from speechbrain.pretrained import EndToEndSLU
31
  slu = EndToEndSLU.from_hparams("/network/tmp1/ravanelm/slu-direct-fluent-speech-commands-librispeech-asr")
32
  # Text: "Please, turn on the light of the bedroom"
 
26
 
27
 
28
  You can try the model on the `example_fsc.wav` file included here as follows:
29
+
30
+ ```python
31
  from speechbrain.pretrained import EndToEndSLU
32
  slu = EndToEndSLU.from_hparams("/network/tmp1/ravanelm/slu-direct-fluent-speech-commands-librispeech-asr")
33
  # Text: "Please, turn on the light of the bedroom"