Porjaz commited on
Commit
06c0076
1 Parent(s): 211e970

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 allow you to load you custom model.
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