runtime error
Exit code: 1. Reason: /home/user/app/app.py:443: UserWarning: You have not specified a value for the `type` parameter. Defaulting to the 'tuples' format for chatbot messages, but this is deprecated and will be removed in a future version of Gradio. Please set type='messages' instead, which uses openai-style dictionaries with 'role' and 'content' keys. chatbot = gr.Chatbot([("Hello", "Hi")], label="Chatbot") * 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 "/home/user/app/app.py", line 1003, in <module> demo.launch() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2762, 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...