test / feature_extractor /__init__.py
admin117
Initial commit without LFS files
bd3dc09
raw
history blame contribute delete
114 Bytes
from . import cnhubert, whisper_enc
content_module_map = {
'cnhubert': cnhubert,
'whisper': whisper_enc
}