runtime error

Exit code: 1. Reason: to assign items in the state dictionary to their corresponding key in the module instead of copying them in place?) super()._load_from_state_dict( /usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py:2588: UserWarning: for layer4.2.conv3.weight: copying from a non-meta parameter in the checkpoint to a meta parameter in the current model, which is a no-op. (Did you mean to pass `assign=True` to assign items in the state dictionary to their corresponding key in the module instead of copying them in place?) module._load_from_state_dict( /usr/local/lib/python3.13/site-packages/torch/nn/modules/batchnorm.py:141: UserWarning: for layer4.2.bn3.weight: copying from a non-meta parameter in the checkpoint to a meta parameter in the current model, which is a no-op. (Did you mean to pass `assign=True` to assign items in the state dictionary to their corresponding key in the module instead of copying them in place?) super()._load_from_state_dict( /usr/local/lib/python3.13/site-packages/torch/nn/modules/batchnorm.py:141: UserWarning: for layer4.2.bn3.bias: copying from a non-meta parameter in the checkpoint to a meta parameter in the current model, which is a no-op. (Did you mean to pass `assign=True` to assign items in the state dictionary to their corresponding key in the module instead of copying them in place?) super()._load_from_state_dict( * Running on local URL: http://0.0.0.0:7860, with SSR âš¡ (experimental, to disable set `ssr_mode=False` in `launch()`) Traceback (most recent call last): File "/app/app.py", line 78, in <module> demo.launch() ~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2848, 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...