runtime error

Exit code: 1. Reason: malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature. state_dict = torch.load(model_path, map_location="cpu") ZeroGPU tensors packing: 0%| | 0.00/4.31G [00:00<?, ?B/s] ZeroGPU tensors packing: 4%|▍ | 185M/4.31G [00:01<00:23, 178MB/s] ZeroGPU tensors packing: 13%|█▎ | 549M/4.31G [00:02<00:13, 286MB/s] ZeroGPU tensors packing: 26%|██▌ | 1.11G/4.31G [00:03<00:07, 410MB/s] ZeroGPU tensors packing: 44%|████▍ | 1.89G/4.31G [00:04<00:04, 554MB/s] ZeroGPU tensors packing: 67%|██████▋ | 2.88G/4.31G [00:05<00:01, 713MB/s] ZeroGPU tensors packing: 92%|█████████▏| 3.95G/4.31G [00:06<00:00, 829MB/s] ZeroGPU tensors packing: 100%|██████████| 4.31G/4.31G [00:06<00:00, 686MB/s] * Running on local URL: http://0.0.0.0:7860, with SSR ⚡ Traceback (most recent call last): File "/home/user/app/app.py", line 773, in <module> app.queue().launch() File "/usr/local/lib/python3.10/site-packages/spaces/zero/gradio.py", line 144, in launch return gr.Blocks.launch(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2581, 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...