runtime error

Space failed. Exit code: 1. Reason: 3, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 67, in send return super().send(request, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: (MaxRetryError('HTTPSConnectionPool(host=\'huggingface.co\', port=443): Max retries exceeded with url: /api/models/cvssp/audioldm2 (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fca133c2bf0>: Failed to resolve \'huggingface.co\' ([Errno -3] Temporary failure in name resolution)"))'), '(Request ID: 6a82165f-0da0-41c4-9e10-d3975b7902f9)') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 21, in <module> ldm2 = load_model(model_id=LDM2, device=device) File "/home/user/app/models.py", line 636, in load_model ldm_stable = AudioLDM2Wrapper(model_id=model_id, device=device, double_precision=double_precision) File "/home/user/app/models.py", line 291, in __init__ self.model = AudioLDM2Pipeline.from_pretrained(self.model_id, local_files_only=False).to(self.device) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 1111, in from_pretrained cached_folder = cls.download( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 1920, in download raise EnvironmentError( OSError: Cannot load model cvssp/audioldm2: model is not cached locally and an error occured while trying to fetch metadata from the Hub. Please check out the root cause in the stacktrace above.

Container logs:

Fetching error logs...