Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
teststet/test2
abhiXai
/
test2
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test2
/
feature_extractor
/
__init__.py
lj1995
first_try
0744fc5
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
114 Bytes
from
.
import
cnhubert, whisper_enc
content_module_map = {
'cnhubert'
: cnhubert,
'whisper'
: whisper_enc
}