runtime error

Exit code: 1. Reason: Creating argilla client Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/argilla/_exceptions/_api.py", line 91, in _handler_wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/argilla/_api/_users.py", line 91, in get_me response.raise_for_status() File "/usr/local/lib/python3.10/site-packages/httpx/_models.py", line 763, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Server error '503 Service Unavailable' for url 'https://frascuchon-argilla.hf.space/api/v1/me' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> client = rg.Argilla() File "/usr/local/lib/python3.10/site-packages/argilla/client.py", line 73, in __init__ super().__init__(api_url=api_url, api_key=api_key, timeout=timeout, retries=retries, **http_client_args) File "/usr/local/lib/python3.10/site-packages/argilla/_api/_client.py", line 146, in __init__ self._validate_connection() File "/usr/local/lib/python3.10/site-packages/argilla/_api/_client.py", line 160, in _validate_connection user = self.api.users.get_me() File "/usr/local/lib/python3.10/site-packages/argilla/_exceptions/_api.py", line 93, in _handler_wrapper _error_switch(status_code=e.response.status_code, error_detail=e.response.text) File "/usr/local/lib/python3.10/site-packages/argilla/_exceptions/_api.py", line 87, in _error_switch raise exception_class(f"{exception_class.message}. Details: {error_detail}", status_code=status_code) argilla._exceptions._api.ArgillaAPIError: Argilla SDK error: ArgillaAPIError: Server error. Details: Your space is in error, check its status on hf.co

Container logs:

Fetching error logs...