test-auth / app.py
abidlabs's picture
abidlabs HF Staff
Create app.py
5eebce2
raw
history blame
93 Bytes
import gradio as gr
gr.Interface(lambda x:x, "textbox", "textbox", auth=("a", "a")).launch()