Views
No views yet
1from transformers import AutoModel 2 3model = AutoModel.from_pretrained("jaketae/hifigan-lj-v1", trust_remote_code=True)