import gradio as gr with gr.Blocks() as demo: gr.Interface(lambda x: x, "textbox", "textbox") demo.launch()