How to know ACCESS TOKEN is Working

There are probably many people using whoami.

pip install -U huggingface_hub
from huggingface_hub import login, whoami

login(token="hf_....")
whoami()
1 Like