runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/torch/amp/autocast_mode.py:250: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling warnings.warn( Traceback (most recent call last): File "/app/app.py", line 4, in <module> from lama_cleaner.model_manager import ModelManager File "/app/lama_cleaner/model_manager.py", line 5, in <module> from lama_cleaner.model.sd import SD14 File "/app/lama_cleaner/model/sd.py", line 7, in <module> from diffusers import PNDMScheduler, DDIMScheduler File "/usr/local/lib/python3.10/site-packages/diffusers/__init__.py", line 31, in <module> from .pipeline_utils import DiffusionPipeline File "/usr/local/lib/python3.10/site-packages/diffusers/pipeline_utils.py", line 33, in <module> from .dynamic_modules_utils import get_class_from_dynamic_module File "/usr/local/lib/python3.10/site-packages/diffusers/dynamic_modules_utils.py", line 26, in <module> from huggingface_hub import HfFolder, cached_download, hf_hub_download, model_info 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...