import gradio as gr auth = ("gradio", "gradio") title = "Hello Auth" gr.Interface(lambda x: "Hello " + x, "text", "text", title=title).launch(auth=auth)