runtime error
Exit code: 1. Reason: /usr/local/lib/python3.13/site-packages/gradio/interface.py:171: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: theme. Please pass these parameters to launch() instead. super().__init__( ******************************************** * Trying to transpile functions from Python -> JS for performance * (1/1) <lambda>: ✅ ******************************************** /usr/local/lib/python3.13/site-packages/gradio/utils.py:571: UserWarning: Cannot load huggingface. Caught Exception: Client error '404 Not Found' for url 'https://huggingface.co/api/spaces/huggingface' (Request ID: Root=1-6a27b50c-293d99365270d5b96c18f721;2d01a379-12ba-461c-a723-ca4726e64211) For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 Sorry, we can't find the page you are looking for. warnings.warn(f"Cannot load {theme}. Caught Exception: {str(e)}") GRADIO_HOT_RELOAD: Using 'interface' for demo name * Running on local URL: http://0.0.0.0:7860, with SSR ⚡ (experimental, to disable set `ssr_mode=False` in `launch()`) Traceback (most recent call last): File "/app/app.py", line 255, in <module> interface.launch(debug=True) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2807, in launch raise 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." ) 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...