Spaces:
Runtime error
Runtime error
| from huggingface_hub import hf_hub_download | |
| import torch | |
| model_path = hf_hub_download( | |
| repo_id="DennisHung/Pre-trained_AudioMAE_weights", | |
| filename="pytorch_model.bin", | |
| local_dir="./", | |
| local_dir_use_symlinks=False | |
| ) | |