import gradio as gr demo = gr.ChatInterface(fn=lambda x,y:x, title="abc") demo.launch()