Update README.md
Browse files
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 |
|