poonehmousavi
commited on
Commit
•
368814b
1
Parent(s):
418054b
Update README.md
Browse files
README.md
CHANGED
@@ -78,7 +78,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
78 |
|
79 |
from speechbrain.pretrained import WhisperASR
|
80 |
|
81 |
-
asr_model = WhisperASR.from_hparams(source="speechbrain/asr-whisper-large-v2-commonvoice-fr", savedir="
|
82 |
asr_model.transcribe_file("speechbrain/asr-whisper-large-v2-commonvoice-fr/example-fr.mp3")
|
83 |
|
84 |
|
|
|
78 |
|
79 |
from speechbrain.pretrained import WhisperASR
|
80 |
|
81 |
+
asr_model = WhisperASR.from_hparams(source="speechbrain/asr-whisper-large-v2-commonvoice-fr", savedir="pretrained_models/asr-whisper-large-v2-commonvoice-fr")
|
82 |
asr_model.transcribe_file("speechbrain/asr-whisper-large-v2-commonvoice-fr/example-fr.mp3")
|
83 |
|
84 |
|