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