File size: 174 Bytes
affcd23
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from hw_asr.model.baseline_model import BaselineModel
from hw_asr.model.deepspeech2_model import DeepSpeech2Model

__all__ = [
    "BaselineModel",
    "DeepSpeech2Model",
]