runtime error

Exit code: 1. Reason: n3.10/site-packages/gradio/blocks.py", line 1663, in call_function prediction = await fn(*processed_input) File "/usr/local/lib/python3.10/site-packages/gradio/utils.py", line 856, in async_wrapper response = await f(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/chat_interface.py", line 1045, in _examples_fn response = await anyio.to_thread.run_sync( File "/usr/local/lib/python3.10/site-packages/anyio/to_thread.py", line 56, in run_sync return await get_async_backend().run_sync_in_worker_thread( File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2470, in run_sync_in_worker_thread return await future File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 967, in run result = context.run(func, *args) File "/home/user/app/app.py", line 28, in <lambda> fn=lambda message, history: str(agent.run(message)), File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 351, in run return list(self._run_stream(task=self.task, max_steps=max_steps, images=images))[-1].final_answer File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 379, in _run_stream raise e File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 374, in _run_stream for el in self._execute_step(action_step): File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 397, in _execute_step for el in self._step_stream(memory_step): File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 1354, in _step_stream raise AgentGenerationError(f"Error in generating model output:\n{e}", self.logger) from e smolagents.utils.AgentGenerationError: Error in generating model output: 401 Client Error: Unauthorized for url: https://router.huggingface.co/hf-inference/models/Qwen/Qwen2.5-Coder-32B-Instruct/v1/chat/completions (Request ID: Root=1-682aa2b3-5552fa1c246edcd51d104e19;23508920-3564-49e7-acf7-e6d03dbbbd12) Invalid username or password.

Container logs:

Fetching error logs...