runtime error

Exit code: 1. Reason: █| 132M/132M [00:00<00:00, 188MB/s] Using cache found in /home/user/.cache/torch/hub/pytorch_vision_v0.10.0 /usr/local/lib/python3.10/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=Wide_ResNet101_2_Weights.IMAGENET1K_V1`. You can also use `weights=Wide_ResNet101_2_Weights.DEFAULT` to get the most up-to-date weights. warnings.warn(msg) Downloading: "https://download.pytorch.org/models/wide_resnet101_2-32ee1156.pth" to /home/user/.cache/torch/hub/checkpoints/wide_resnet101_2-32ee1156.pth 0%| | 0.00/243M [00:00<?, ?B/s] 13%|█▎ | 32.0M/243M [00:01<00:06, 32.7MB/s] 36%|███▌ | 88.0M/243M [00:02<00:03, 46.8MB/s] 55%|█████▍ | 133M/243M [00:03<00:02, 46.3MB/s]  75%|███████▌ | 182M/243M [00:04<00:01, 48.7MB/s] 94%|█████████▍| 229M/243M [00:05<00:00, 48.4MB/s] 100%|██████████| 243M/243M [00:05<00:00, 45.1MB/s] --2025-03-20 12:07:16-- https://raw.githubusercontent.com/pytorch/hub/master/imagenet_classes.txt Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10472 (10K) [text/plain] Saving to: ‘imagenet_classes.txt’ 0K .......... 100% 73.5M=0s 2025-03-20 12:07:16 (73.5 MB/s) - ‘imagenet_classes.txt’ saved [10472/10472] 0%| | 0.00/646k [00:00<?, ?B/s] 100%|██████████| 646k/646k [00:00<00:00, 57.1MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 37, in <module> inputs = gr.inputs.Image(type='pil') AttributeError: module 'gradio' has no attribute 'inputs'

Container logs:

Fetching error logs...