Views
No views yet
1from huggingface_hub import hf_hub_download 2 3hubert_path = hf_hub_download( 4 repo_id="braindeck/musicGen-demo-aditi", 5 filename="rvc_models/hubert_base.pt" 6)