runtime error

Exit code: 3. Reason: ine 152, in get_model_name_and_version return model_name, str(_get_latest_model_version(client, model_name, model_stage)) File "/home/user/.local/lib/python3.10/site-packages/mlflow/store/artifact/utils/models.py", line 44, in _get_latest_model_version latest = client.get_latest_versions(name, None if stage is None else [stage]) File "/home/user/.local/lib/python3.10/site-packages/mlflow/tracking/_model_registry/client.py", line 196, in get_latest_versions return self.store.get_latest_versions(name, stages) File "/home/user/.local/lib/python3.10/site-packages/mlflow/store/model_registry/rest_store.py", line 232, in get_latest_versions response_proto = self._call_endpoint(GetLatestVersions, req_body, call_all_endpoints=True) File "/home/user/.local/lib/python3.10/site-packages/mlflow/store/model_registry/rest_store.py", line 68, in _call_endpoint return super()._call_endpoint( File "/home/user/.local/lib/python3.10/site-packages/mlflow/store/model_registry/base_rest_store.py", line 37, in _call_endpoint return call_endpoints( File "/home/user/.local/lib/python3.10/site-packages/mlflow/utils/rest_utils.py", line 696, in call_endpoints return call_endpoint( File "/home/user/.local/lib/python3.10/site-packages/mlflow/utils/rest_utils.py", line 668, in call_endpoint response = http_request(**call_kwargs) File "/home/user/.local/lib/python3.10/site-packages/mlflow/utils/rest_utils.py", line 315, in http_request raise MlflowException(f"API request to {url} failed with exception {e}") mlflow.exceptions.MlflowException: API request to https://sammec-mlflow-server-demo.hf.space/api/2.0/mlflow/registered-models/get-latest-versions failed with exception HTTPSConnectionPool(host='sammec-mlflow-server-demo.hf.space', port=443): Max retries exceeded with url: /api/2.0/mlflow/registered-models/get-latest-versions (Caused by ResponseError('too many 503 error responses')) ERROR Application startup failed. Exiting. ERROR:uvicorn.error:Application startup failed. Exiting.

Container logs:

Fetching error logs...