Hey @aqpeeb !
I think you should check your authentication with huggingface.
Authenticate with Hugging Face: If authentication is required, make sure you’re logged in to Hugging Face via the CLI:
bash
CopyEdit
huggingface-cli login
Enter your token when prompted. If the Space belongs to an organization, ensure you have the proper permissions.
And then you should check your huggingface api token has the authorization to use the organization or repository.
Hope this help!