you need to loging using huggingface acces token , befor getting to access of gated model, for get , if you have not any acces token, you can create from Access token section.
from huggingface_hub import login
login(token = "hugging_face_access_token")