runtime error
Exit code: 1. Reason: ocal/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread return await future ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1002, in run result = context.run(func, *args) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 322, in main return templates.TemplateResponse( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/starlette/templating.py", line 148, in TemplateResponse template = self.get_template(name) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/starlette/templating.py", line 115, in get_template return self.env.get_template(name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 1016, in get_template return self._load_template(name, globals) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 964, in _load_template template = self.cache.get(cache_key) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/jinja2/utils.py", line 477, in get return self[key] ~~~~^^^^^ File "/usr/local/lib/python3.11/site-packages/jinja2/utils.py", line 515, in __getitem__ rv = self._mapping[key] ~~~~~~~~~~~~~^^^^^ TypeError: unhashable type: 'dict' Running on local URL: http://0.0.0.0:7860 IMPORTANT: You are using gradio version 4.19.2, however version 4.44.1 is available, please upgrade. -------- Traceback (most recent call last): File "/app/app.py", line 293, in <module> demo.launch() File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 2083, 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...