import gradio as gr with gr.Blocks() as demo: gr.ChatInterface(lambda x,y:x) demo.launch()