Update README.md
Browse files
README.md
CHANGED
@@ -41,4 +41,4 @@ The code is available in [CTC_model.py](https://huggingface.co/naver/mHuBERT-147
|
|
41 |
## Running inference
|
42 |
|
43 |
The run_asr.py file illustrates how to load the model for inference (**load_asr_model**), and how to produce transcription for a file (**run_asr_inference**).
|
44 |
-
Please follow the requirements.txt to avoid incorrect model loading.
|
|
|
41 |
## Running inference
|
42 |
|
43 |
The run_asr.py file illustrates how to load the model for inference (**load_asr_model**), and how to produce transcription for a file (**run_asr_inference**).
|
44 |
+
Please follow the [requirements file](https://huggingface.co/naver/mHuBERT-147-ASR-fr/blob/main/requirements.txt) to avoid incorrect model loading.
|