File size: 93 Bytes
5eebce2
 
 
1
2
3
import gradio as gr

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