Spaces:
Runtime error
Runtime error
File size: 105 Bytes
8aad0a5 |
1 2 3 4 |
from . import cnhubert, whisper_enc
content_module_map = {"cnhubert": cnhubert, "whisper": whisper_enc}
|