Hugging Face's logo
YAZAVIS092
/
MCP
Runtime error

runtime error

Exit code: 1. Reason: es/module.py", line 1773, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1784, in _call_impl return forward_call(*args, **kwargs) File "/home/user/app/src/model/encoder/anysplat.py", line 423, in forward depth_map, depth_conf = self.depth_head( File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1773, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1784, in _call_impl return forward_call(*args, **kwargs) File "/home/user/app/src/model/encoder/vggt/heads/dpt_head.py", line 154, in forward return self._forward_impl(aggregated_tokens_list, images, patch_start_idx) File "/home/user/app/src/model/encoder/vggt/heads/dpt_head.py", line 235, in _forward_impl x = self.projects[dpt_idx](x) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1773, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1784, in _call_impl return forward_call(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py", line 548, in forward return self._conv_forward(input, self.weight, self.bias) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/conv.py", line 543, in _conv_forward return F.conv2d( RuntimeError: Input type (c10::BFloat16) and bias type (float) should be the same Traceback (most recent call last): File "/home/user/app/app.py", line 470, in <module> demo.launch(show_error=True, share=True, mcp_server=True) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2809, in launch raise Exception( Exception: Couldn't start the app because 'http://localhost:7860/gradio_api/startup-events' failed (code 500). Check your network or proxy settings to ensure localhost is accessible.

Container logs:

Fetching error logs...