runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/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.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=EfficientNet_B7_Weights.IMAGENET1K_V1`. You can also use `weights=EfficientNet_B7_Weights.DEFAULT` to get the most up-to-date weights. warnings.warn(msg) Downloading: "https://download.pytorch.org/models/efficientnet_b7_lukemelas-c5b4e57e.pth" to /home/user/.cache/torch/hub/checkpoints/efficientnet_b7_lukemelas-c5b4e57e.pth 0%| | 0.00/255M [00:00<?, ?B/s] 100%|██████████| 255M/255M [00:00<00:00, 411MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 85, in <module> gr.inputs.Image(label="Image") AttributeError: module 'gradio' has no attribute 'inputs'

Container logs:

Fetching error logs...