runtime error
Exit code: 1. Reason: raw_response = await run_endpoint_function( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<3 lines>... ) ^ File "/usr/local/lib/python3.13/site-packages/fastapi/routing.py", line 243, in run_endpoint_function return await dependant.call(**values) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/routes.py", line 1786, in startup_events await app.get_blocks().run_extra_startup_events() File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 3084, in run_extra_startup_events await startup_event() File "/usr/local/lib/python3.13/site-packages/gradio/helpers.py", line 509, in _start_caching await self.cache() File "/usr/local/lib/python3.13/site-packages/gradio/helpers.py", line 578, in cache prediction = await self.root_block.process_api( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2163, in process_api data = await self.postprocess_data(block_fn, result["prediction"], state) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 1940, in postprocess_data prediction_value = block.postprocess(prediction_value) File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 708, in postprocess processed_message = self._postprocess(message) File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 556, in _postprocess content_ = self._postprocess_content( cast(MessageContent, message["content"]) ) File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 542, in _postprocess_content raise ValueError(f"Invalid message for Chatbot component: {chat_message}") ValueError: Invalid message for Chatbot component: ('Type Python or JavaScript to see the code.', <gradio.components.code.Code object at 0x7ff195d49090>)
Container logs:
Fetching error logs...