runtime error

Exit code: 1. Reason: 2, in run_in_threadpool return await anyio.to_thread.run_sync(func) File "/usr/local/lib/python3.10/site-packages/anyio/to_thread.py", line 63, 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 2518, in run_sync_in_worker_thread return await future File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 1002, in run result = context.run(func, *args) File "/usr/local/lib/python3.10/site-packages/gradio/routes.py", line 432, in main return templates.TemplateResponse( File "/usr/local/lib/python3.10/site-packages/starlette/templating.py", line 148, in TemplateResponse template = self.get_template(name) File "/usr/local/lib/python3.10/site-packages/starlette/templating.py", line 115, in get_template return self.env.get_template(name) File "/usr/local/lib/python3.10/site-packages/jinja2/environment.py", line 1016, in get_template return self._load_template(name, globals) File "/usr/local/lib/python3.10/site-packages/jinja2/environment.py", line 964, in _load_template template = self.cache.get(cache_key) File "/usr/local/lib/python3.10/site-packages/jinja2/utils.py", line 477, in get return self[key] File "/usr/local/lib/python3.10/site-packages/jinja2/utils.py", line 515, in __getitem__ rv = self._mapping[key] TypeError: unhashable type: 'dict' Traceback (most recent call last): File "/home/user/app/app.py", line 1415, in <module> demo.queue(max_size=20, default_concurrency_limit=20, api_open=False).launch(**launch_kwargs) File "/usr/local/lib/python3.10/site-packages/spaces/zero/gradio.py", line 162, in launch return gr.Blocks.launch(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2465, in launch raise ValueError( ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.

Container logs:

Fetching error logs...