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