speechbrainteam
commited on
Commit
•
c14406d
1
Parent(s):
2abd146
Update README.md
Browse files
README.md
CHANGED
@@ -80,7 +80,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
80 |
from speechbrain.inference.ASR import WhisperASR
|
81 |
|
82 |
asr_model = WhisperASR.from_hparams(source="speechbrain/asr-whisper-large-v2-commonvoice-fr", savedir="pretrained_models/asr-whisper-large-v2-commonvoice-fr")
|
83 |
-
asr_model.transcribe_file("speechbrain/asr-whisper-large-v2-commonvoice-fr/example-fr.
|
84 |
|
85 |
|
86 |
```
|
|
|
80 |
from speechbrain.inference.ASR import WhisperASR
|
81 |
|
82 |
asr_model = WhisperASR.from_hparams(source="speechbrain/asr-whisper-large-v2-commonvoice-fr", savedir="pretrained_models/asr-whisper-large-v2-commonvoice-fr")
|
83 |
+
asr_model.transcribe_file("speechbrain/asr-whisper-large-v2-commonvoice-fr/example-fr.wav")
|
84 |
|
85 |
|
86 |
```
|