runtime error

Exit code: 1. Reason: .10/site-packages/spaces/zero/gradio.py:162 in launch │ │ │ │ 159 │ def launch(*args, **kwargs): │ │ 160 │ │ task(*task_args, **task_kwargs) │ │ 161 │ │ gr.Blocks.launch = _orig_launch │ │ ā± 162 │ │ return gr.Blocks.launch(*args, **kwargs) │ │ 163 │ gr.Blocks.launch = launch │ │ 164 │ │ 165 │ │ │ │ /usr/local/lib/python3.10/site-packages/gradio/blocks.py:2618 in launch │ │ │ │ 2615 │ │ │ and not networking.url_ok(self.local_url) │ │ 2616 │ │ │ and not self.share │ │ 2617 │ │ ): │ │ ā± 2618 │ │ │ raise ValueError( │ │ 2619 │ │ │ │ "When localhost is not accessible, a shareable link m │ │ 2620 │ │ │ ) │ │ 2621 │ ╰──────────────────────────────────────────────────────────────────────────────╯ 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...