runtime error
kDB without persistence: data will be transient Using embedded DuckDB without persistence: data will be transient Traceback (most recent call last): File "/home/user/app/app.py", line 74, in <module> demo.queue(max_size=QUEUE_MAX_SIZE, concurrency_count=QUEUE_CONCURENCY_COUNT).launch(debug=True) File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1347, in queue self.config = self.get_config_file() File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1176, in get_config_file "input": list(block.input_api_info()), # type: ignore File "/home/user/.local/lib/python3.10/site-packages/gradio_client/serializing.py", line 41, in input_api_info return (api_info["serialized_input"][0], api_info["serialized_input"][1]) KeyError: 'serialized_input' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 45, in <module> with gr.Blocks() as demo: File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1200, in __exit__ self.config = self.get_config_file() File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1176, in get_config_file "input": list(block.input_api_info()), # type: ignore File "/home/user/.local/lib/python3.10/site-packages/gradio_client/serializing.py", line 41, in input_api_info return (api_info["serialized_input"][0], api_info["serialized_input"][1]) KeyError: 'serialized_input' Exception ignored in: <function DuckDB.__del__ at 0x7f3898169990> Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/chromadb/db/duckdb.py", line 355, in __del__ AttributeError: 'NoneType' object has no attribute 'info' Exception ignored in: <function DuckDB.__del__ at 0x7f3898169990> Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/chromadb/db/duckdb.py", line 355, in __del__ AttributeError: 'NoneType' object has no attribute 'info'
Container logs:
Fetching error logs...