Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ SpeechBrain relies on the Transformers library, therefore you need install it:
|
|
65 |
pip install transformers
|
66 |
```
|
67 |
|
68 |
-
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
|
69 |
|
70 |
```python
|
71 |
from speechbrain.inference.interfaces import foreign_class
|
|
|
65 |
pip install transformers
|
66 |
```
|
67 |
|
68 |
+
An external `py_module_file=custom_interface.py` is used as an external Predictor class into this HF repos. We use the `foreign_class` function from `speechbrain.pretrained.interfaces` that allows you to load your custom model.
|
69 |
|
70 |
```python
|
71 |
from speechbrain.inference.interfaces import foreign_class
|