mzboito commited on
Commit
54c1aff
1 Parent(s): 8125ff9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.