File size: 91 Bytes
5eebce2
 
0139a47
1
2
3
import gradio as gr

gr.Interface(lambda x:x, "textbox", "textbox").launch(auth=("a", "a"))