Adel-Moumen commited on
Commit
029c12d
1 Parent(s): 0f76baf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ Please notice that we encourage you to read our tutorials and learn more about
76
 
77
  ```python
78
 
79
- from speechbrain.pretrained import WhisperASR
80
 
81
  asr_model = WhisperASR.from_hparams(source="speechbrain/asr-whisper-medium-commonvoice-fr", savedir="pretrained_models/asr-whisper-medium-commonvoice-fr")
82
  asr_model.transcribe_file("speechbrain/asr-whisper-medium-commonvoice-fr/example-fr.mp3")
 
76
 
77
  ```python
78
 
79
+ from speechbrain.inference.whisper import WhisperASR
80
 
81
  asr_model = WhisperASR.from_hparams(source="speechbrain/asr-whisper-medium-commonvoice-fr", savedir="pretrained_models/asr-whisper-medium-commonvoice-fr")
82
  asr_model.transcribe_file("speechbrain/asr-whisper-medium-commonvoice-fr/example-fr.mp3")