Porjaz commited on
Commit
a3dadc7
·
verified ·
1 Parent(s): 02e0324

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -43,7 +43,8 @@ pip install speechbrain
43
  ```
44
  SpeechBrain relies on the Transformers library, therefore you need install that library as well with:
45
  ```
46
- pip install transformers```
 
47
 
48
  An external `py_module_file=custom_interface.py` is used as an external Predictor class into this HF repos. We use `foreign_class` function from `speechbrain.pretrained.interfaces` that allow you to load you custom model.
49
 
 
43
  ```
44
  SpeechBrain relies on the Transformers library, therefore you need install that library as well with:
45
  ```
46
+ pip install transformers
47
+ ```
48
 
49
  An external `py_module_file=custom_interface.py` is used as an external Predictor class into this HF repos. We use `foreign_class` function from `speechbrain.pretrained.interfaces` that allow you to load you custom model.
50