runtime error

Exit code: 1. Reason: "/usr/local/lib/python3.10/site-packages/gradio/external_utils.py", line 136, in chat_fn result = client.chat_completion(history) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 842, in chat_completion data = self.post(model=model_url, json=payload, stream=stream) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 290, in post response = get_session().post( File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 637, in post return self.request("POST", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 93, in send return super().send(request, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: (MaxRetryError('HTTPSConnectionPool(host=\'api-inference.huggingface.co\', port=443): Max retries exceeded with url: /models/NovaSky-AI/Sky-T1-32B-Preview/v1/chat/completions (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f75d99ea7a0>: Failed to resolve \'api-inference.huggingface.co\' ([Errno -5] No address associated with hostname)"))'), '(Request ID: b438a6c9-c312-4d96-a874-4c614f1f54b6)') Traceback (most recent call last): File "/home/user/app/app.py", line 3, in <module> gr.load("models/NovaSky-AI/Sky-T1-32B-Preview").launch() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2583, in launch raise ValueError( ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.

Container logs:

Fetching error logs...