kevinwang676's picture
Add files using upload-large-folder tool
a099bcc verified
raw
history blame contribute delete
105 Bytes
from . import cnhubert, whisper_enc
content_module_map = {"cnhubert": cnhubert, "whisper": whisper_enc}