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=None`. warnings.warn(msg) Downloading: "https://github.com/xinntao/facexlib/releases/download/v0.1.0/detection_Resnet50_Final.pth" to /home/user/app/gfpgan/weights/detection_Resnet50_Final.pth 0%| | 0.00/104M [00:00<?, ?B/s] 100%|██████████| 104M/104M [00:00<00:00, 414MB/s] Downloading: "https://github.com/xinntao/facexlib/releases/download/v0.2.2/parsing_parsenet.pth" to /home/user/app/gfpgan/weights/parsing_parsenet.pth 0%| | 0.00/81.4M [00:00<?, ?B/s] 100%|██████████| 81.4M/81.4M [00:00<00:00, 440MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 20, in <module> gfpganer = GFPGANer( File "/usr/local/lib/python3.10/site-packages/gfpgan/utils.py", line 89, in __init__ if model_path.startswith('https://'): AttributeError: 'NoneType' object has no attribute 'startswith'

Container logs:

Fetching error logs...