runtime error
Exit code: 1. Reason: /app/app.py:77: 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. with gr.Blocks(title="North Star AI", theme=gr.themes.Soft()) as demo: * Running on local URL: http://0.0.0.0:7860, with SSR âš¡ (experimental, to disable set `ssr_mode=False` in `launch()`) /usr/local/lib/python3.13/site-packages/gradio/helpers.py:500: UserWarning: Examples will be cached but not all input components have example values. This may result in an exception being thrown by your function. If you do get an error while caching examples, make sure all of your inputs have example values for all of your examples or you provide default values for those particular parameters in your function. warnings.warn( Caching examples at: '/app/.gradio/cached_examples/24' Traceback (most recent call last): File "/app/app.py", line 123, in <module> demo.launch() ~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2814, 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...