import gradio as gr gr.Interface(lambda x:"Hi, " + x, "textbox", "textbox").launch()