runtime error

Exit code: 1. Reason: Creating folder at weights to store weights Downloading Segmentation Weights, https://github.com/douyang/EchoNetDynamic/releases/download/v1.0.0/deeplabv3_resnet50_random.pt to weights/deeplabv3_resnet50_random.pt /usr/local/lib/python3.13/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. warnings.warn( /usr/local/lib/python3.13/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=None`. warnings.warn(msg) Downloading: "https://download.pytorch.org/models/resnet50-0676ba61.pth" to /root/.cache/torch/hub/checkpoints/resnet50-0676ba61.pth 0%| | 0.00/97.8M [00:00<?, ?B/s] 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 97.8M/97.8M [00:00<00:00, 348MB/s] loading weights from weights/deeplabv3_resnet50_random cuda is not available, cpu weights Traceback (most recent call last): File "/app/run.py", line 80, in <module> i = gr.Image(shape=(112, 112), label="Echocardiogram") File "/usr/local/lib/python3.13/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) TypeError: Image.__init__() got an unexpected keyword argument 'shape'. Did you mean 'scale'?

Container logs:

Fetching error logs...