Update README.md
Browse files
README.md
CHANGED
|
@@ -79,7 +79,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
| 79 |
from speechbrain.inference.ASR import WhisperASR
|
| 80 |
|
| 81 |
asr_model = WhisperASR.from_hparams(source="speechbrain/asr-whisper-large-v2-commonvoice-fa", savedir="pretrained_models/asr-whisper-large-v2-commonvoice-fa")
|
| 82 |
-
asr_model.transcribe_file("speechbrain/asr-whisper-large-v2-commonvoice-fa/example-fa.
|
| 83 |
|
| 84 |
|
| 85 |
```
|
|
|
|
| 79 |
from speechbrain.inference.ASR import WhisperASR
|
| 80 |
|
| 81 |
asr_model = WhisperASR.from_hparams(source="speechbrain/asr-whisper-large-v2-commonvoice-fa", savedir="pretrained_models/asr-whisper-large-v2-commonvoice-fa")
|
| 82 |
+
asr_model.transcribe_file("speechbrain/asr-whisper-large-v2-commonvoice-fa/example-fa.wav")
|
| 83 |
|
| 84 |
|
| 85 |
```
|