import gradio as gr def fun(n="Born to be sauce"): return n gr.Interface(fn=fun, inputs=None, outputs=gr.Text)