runtime error

Space failed. Exit code: 3. Reason: gi self.callable = self.load() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load return self.load_wsgiapp() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp return util.import_app(self.app_uri) File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 371, in import_app mod = importlib.import_module(module) File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1030, in _gcd_import File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 680, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "/code/app.py", line 32, in <module> llm = HuggingFaceEndpoint(repo_id="google/flan-t5-xxl", temperature=0.8, model_kwargs={"max_length": 512}) File "/usr/local/lib/python3.9/site-packages/langchain_core/load/serializable.py", line 120, in __init__ super().__init__(**kwargs) File "/usr/local/lib/python3.9/site-packages/pydantic/v1/main.py", line 341, in __init__ raise validation_error pydantic.v1.error_wrappers.ValidationError: 1 validation error for HuggingFaceEndpoint __root__ Could not authenticate with huggingface_hub. Please check your API token. (type=value_error) [2024-03-31 10:18:08 +0000] [7] [INFO] Worker exiting (pid: 7) Token has not been saved to git credential helper. Pass `add_to_git_credential=True` if you want to set the git credential as well. Token is valid (permission: write). [2024-03-31 10:18:09 +0000] [1] [ERROR] Worker (pid:7) exited with code 3 [2024-03-31 10:18:09 +0000] [1] [ERROR] Shutting down: Master [2024-03-31 10:18:09 +0000] [1] [ERROR] Reason: Worker failed to boot.

Container logs:

Fetching error logs...