runtime error
Exit code: 1. Reason: al/lib/python3.13/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread return await future ^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/anyio/_backends/_asyncio.py", line 1002, in run result = context.run(func, *args) File "/usr/local/lib/python3.13/site-packages/gradio/routes.py", line 432, in main return templates.TemplateResponse( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ template, ^^^^^^^^^ ...<4 lines>... }, ^^ ) ^ File "/usr/local/lib/python3.13/site-packages/starlette/templating.py", line 148, in TemplateResponse template = self.get_template(name) File "/usr/local/lib/python3.13/site-packages/starlette/templating.py", line 115, in get_template return self.env.get_template(name) ~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 1016, in get_template return self._load_template(name, globals) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 964, in _load_template template = self.cache.get(cache_key) File "/usr/local/lib/python3.13/site-packages/jinja2/utils.py", line 477, in get return self[key] ~~~~^^^^^ File "/usr/local/lib/python3.13/site-packages/jinja2/utils.py", line 515, in __getitem__ rv = self._mapping[key] ~~~~~~~~~~~~~^^^^^ TypeError: unhashable type: 'dict' Traceback (most recent call last): File "/app/app.py", line 227, in <module> demo.launch() ~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2465, in launch raise 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." ) 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...