File size: 105 Bytes
60ea83f |
1 2 3 4 |
from . import cnhubert, whisper_enc
content_module_map = {"cnhubert": cnhubert, "whisper": whisper_enc}
|
60ea83f |
1 2 3 4 |
from . import cnhubert, whisper_enc
content_module_map = {"cnhubert": cnhubert, "whisper": whisper_enc}
|