runtime error

Exit code: 1. Reason: s response.raise_for_status() ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/requests/models.py", line 1026, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/api/spaces/lmms-lab-si/EASI-Leaderboard/restart The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 33, in <module> from src.display.utils import ( ...<9 lines>... ) File "/app/src/display/utils.py", line 82, in <module> BENCHMARKS = get_benchmarks() File "/app/src/prepare.py", line 94, in get_benchmarks meta_toml = load_meta_toml() File "/app/src/prepare.py", line 66, in load_meta_toml prepare_space() ~~~~~~~~~~~~~^^ File "/app/src/prepare.py", line 28, in prepare_space download_queue() ~~~~~~~~~~~~~~^^ File "/app/src/prepare.py", line 61, in download_queue restart_space(settings.REPO_ID) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/app/src/utils/hf.py", line 6, in restart_space API.restart_space(repo_id=repo_id) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/hf_api.py", line 7254, in restart_space hf_raise_for_status(r) ~~~~~~~~~~~~~~~~~~~^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 466, in hf_raise_for_status raise _format(HfHubHTTPError, message, response) from e huggingface_hub.errors.HfHubHTTPError: (Request ID: Root=1-6979d0f5-7d4d9fb4366c9ea112b9bf75;196c1329-cf0a-4a7b-a154-9b0136b18005) 403 Forbidden: You have read access but not the required permissions for this operation. Cannot access content at: https://huggingface.co/api/spaces/lmms-lab-si/EASI-Leaderboard/restart. Make sure your token has the correct permissions.

Container logs:

Fetching error logs...