Views
No views yet
load_from_hf_hub
1>>> from multivae.models import AutoModel 2>>> model = AutoModel.load_from_hf_hub(hf_hub_path="your_hf_username/repo_name")