runtime error
Exit code: 1. Reason: ib/python3.13/site-packages/gradio/helpers.py", line 576, in cache prediction = await self.root_block.process_api( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<3 lines>... ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2127, 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 1904, in postprocess_data prediction_value = block.postprocess(prediction_value) File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 633, in postprocess return self._postprocess_messages_tuples(cast(TupleFormat, value)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 582, in _postprocess_messages_tuples self._postprocess_content(message_pair[1]), ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 572, in _postprocess_content return self._create_file_message(chat_message, filepath) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 531, in _create_file_message return FileMessage( file=FileData(path=filepath, mime_type=mime_type), alt_text=Chatbot._get_alt_text(chat_message), ) File "/usr/local/lib/python3.13/site-packages/pydantic/main.py", line 253, in __init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self) pydantic_core._pydantic_core.ValidationError: 1 validation error for FileMessage alt_text Input should be a valid string [type=string_type, input_value={'content': '```py\nimage...preter'}, 'options': []}, input_type=dict] For further information visit https://errors.pydantic.dev/2.11/v/string_type
Container logs:
Fetching error logs...