import gradio as gr def talk(text): return "hi "+ text gr.Interface(talk , "text","text").launch()