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