import gradio as gr demo = gr.Interface(lambda x,y:(x,y), ["textbox"], ["textbox"]) demo.launch()