How to login to Huggingface Hub with Access Token to download my private models?

I’m using colab, i’m trying this but didnt worked
sorry for the noob question

@title Login Hugface account

!pip install huggingface_hub
from huggingface_hub import login

hf_token = “hf_*****************” # @param{type:“string”}
login(token=hf_token, add_to_git_credential=True)

!wget https://huggingface.co/nbalive/**/resolve/main/******.safetensors -P /content/temp_models

Private models require your access tokens. Login to your HuggingFace account. Click on your profile (top right) > Settings > Access Tokens

You want to setup one for read. Here’s how to use it: User access tokens