Instructions to use speechbrain/asr-wav2vec2-ctc-aishell with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-wav2vec2-ctc-aishell with speechbrain:
# interface not specified in config.json
- Notebooks
- Google Colab
- Kaggle
Update custom_interface.py
Browse files- custom_interface.py +1 -1
custom_interface.py
CHANGED
|
@@ -7,7 +7,7 @@ Authors
|
|
| 7 |
"""
|
| 8 |
|
| 9 |
import torch
|
| 10 |
-
from speechbrain.inference.
|
| 11 |
|
| 12 |
|
| 13 |
class CustomEncoderDecoderASR(Pretrained):
|
|
|
|
| 7 |
"""
|
| 8 |
|
| 9 |
import torch
|
| 10 |
+
from speechbrain.inference.interfaces import Pretrained
|
| 11 |
|
| 12 |
|
| 13 |
class CustomEncoderDecoderASR(Pretrained):
|