runtime error

Exit code: 1. Reason: return await dependant.call(**values) File "/usr/local/lib/python3.10/site-packages/gradio/routes.py", line 1720, in startup_events await app.get_blocks().run_extra_startup_events() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 3143, in run_extra_startup_events await startup_event() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 520, in _start_caching await self.cache() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 586, in cache prediction = await self.root_block.process_api( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2260, in process_api data = await self.postprocess_data(block_fn, result["prediction"], state) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2038, in postprocess_data prediction_value = block.postprocess(prediction_value) File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 634, in postprocess return self._postprocess_messages_tuples(cast(TupleFormat, value)) File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 583, in _postprocess_messages_tuples self._postprocess_content(message_pair[1]), File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 573, in _postprocess_content return self._create_file_message(chat_message, filepath) File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 532, in _create_file_message return FileMessage( File "/usr/local/lib/python3.10/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=[('How to boil an egg per...\n - Screwdriver')], input_type=list] For further information visit https://errors.pydantic.dev/2.11/v/string_type

Container logs:

Fetching error logs...