wsj1995's picture
feat: init
8aad0a5
raw
history blame contribute delete
105 Bytes
from . import cnhubert, whisper_enc
content_module_map = {"cnhubert": cnhubert, "whisper": whisper_enc}