runtime error

Exit code: 1. Reason: is none? False hfh 0.4.0 Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 456, in whoami r.raise_for_status() File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/api/whoami-v2 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 33, in <module> repo = Repository( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/repository.py", line 421, in __init__ self.clone_from(repo_url=clone_from) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/repository.py", line 535, in clone_from whoami_info = api.whoami(token) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 458, in whoami raise HTTPError( requests.exceptions.HTTPError: Invalid user token. If you didn't pass a user token, make sure you are properly logged in by executing `huggingface-cli login`, and if you did pass a user token, double-check it's correct.

Container logs:

Fetching error logs...