spotify / README.md
Munnzee's picture
Create README.md
1b15981 verified
|
Raw
History Blame Contribute Delete
211 Bytes
---
license: mit
---from huggingface_hub import HfApi
api = HfApi(token=os.getenv("HF_TOKEN"))
api.upload_folder(
folder_path="/path/to/local/model",
repo_id="Munnzee/spotify",
repo_type="model",
)