runtime error

Exit code: 1. Reason: /home/user/app/app.py:63: 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(show_label=False, container=False, show_copy_button=True, bubble_full_width=True), /home/user/app/app.py:63: DeprecationWarning: The 'bubble_full_width' parameter is deprecated and will be removed in a future version. This parameter no longer has any effect. chatbot=gr.Chatbot(show_label=False, container=False, show_copy_button=True, bubble_full_width=True), Traceback (most recent call last): File "/home/user/app/app.py", line 61, in <module> demo = gr.ChatInterface( TypeError: ChatInterface.__init__() got an unexpected keyword argument 'retry_btn'

Container logs:

Fetching error logs...