Adel-Moumen commited on
Commit
c000b20
1 Parent(s): 346b32f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ The dataset has four intents: `SetTimer`, `SetAlarm`, `SimpleMath`, and `UnitCon
25
 
26
  You can try the model on the `math.wav` file included here as follows:
27
  ```python
28
- from speechbrain.pretrained import EndToEndSLU
29
  slu = EndToEndSLU.from_hparams("speechbrain/slu-timers-and-such-direct-librispeech-asr")
30
  slu.decode_file("speechbrain/slu-timers-and-such-direct-librispeech-asr/math.wav")
31
  ```
25
 
26
  You can try the model on the `math.wav` file included here as follows:
27
  ```python
28
+ from speechbrain.inference.SLU import EndToEndSLU
29
  slu = EndToEndSLU.from_hparams("speechbrain/slu-timers-and-such-direct-librispeech-asr")
30
  slu.decode_file("speechbrain/slu-timers-and-such-direct-librispeech-asr/math.wav")
31
  ```