runtime error

Launch timed out, space was not healthy after 30 min

Container logs:

/home/user/.local/lib/python3.8/site-packages/gradio/inputs.py:27: UserWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components
  warnings.warn(
/home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:40: UserWarning: `optional` parameter is deprecated, and it has no effect
  warnings.warn(value)
/home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:40: UserWarning: `numeric` parameter is deprecated, and it has no effect
  warnings.warn(value)
/home/user/.local/lib/python3.8/site-packages/gradio/inputs.py:219: UserWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components
  warnings.warn(
/home/user/.local/lib/python3.8/site-packages/gradio/outputs.py:240: UserWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components
  warnings.warn(
/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py:636: UserWarning: Cannot load huggingface. Caught Exception: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/spaces/huggingface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f6422a379a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  warnings.warn(f"Cannot load {theme}. Caught Exception: {str(e)}")
/home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:40: UserWarning: `allow_screenshot` parameter is deprecated, and it has no effect
  warnings.warn(value)
Running on local URL:  http://0.0.0.0:7860

To create a public link, set `share=True` in `launch()`.