runtime error

Exit code: 1. Reason: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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' Traceback (most recent call last): File "/app/app.py", line 75, in <module> demo.queue(max_size=8).launch(server_name="0.0.0.0", server_port=7860) File "/usr/local/lib/python3.11/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. Exception ignored in: <function Llama.__del__ at 0x7f8fae7d6a20> Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/llama_cpp/llama.py", line 2201, in __del__ File "/usr/local/lib/python3.11/site-packages/llama_cpp/llama.py", line 2198, in close File "/usr/local/lib/python3.11/contextlib.py", line 609, in close File "/usr/local/lib/python3.11/contextlib.py", line 601, in __exit__ File "/usr/local/lib/python3.11/contextlib.py", line 586, in __exit__ File "/usr/local/lib/python3.11/contextlib.py", line 360, in __exit__ File "/usr/local/lib/python3.11/site-packages/llama_cpp/_internals.py", line 69, in close File "/usr/local/lib/python3.11/contextlib.py", line 609, in close File "/usr/local/lib/python3.11/contextlib.py", line 601, in __exit__ File "/usr/local/lib/python3.11/contextlib.py", line 586, in __exit__ File "/usr/local/lib/python3.11/contextlib.py", line 469, in _exit_wrapper File "/usr/local/lib/python3.11/site-packages/llama_cpp/_internals.py", line 63, in free_model TypeError: 'NoneType' object is not callable

Container logs:

Fetching error logs...