import gradio as gr gr.Interface(lambda x: "Hello " + x, "textbox", "textbox").launch(enable_queue=False)