import gradio as gr def echo(messsage,history): return messsage chatbot=gr.ChatInterface() chatbot.launch()