runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 3, in <module> from infer import infer_image, infer_video File "/home/user/app/infer.py", line 4, in <module> from RealESRGAN import RealESRGAN File "/home/user/app/RealESRGAN/__init__.py", line 1, in <module> from .model import RealESRGAN File "/home/user/app/RealESRGAN/model.py", line 7, in <module> from huggingface_hub import hf_hub_url, hf_hub_download, cached_download ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/usr/local/lib/python3.10/site-packages/huggingface_hub/__init__.py)

Container logs:

Fetching error logs...