test-auth-3 / app.py
abidlabs's picture
abidlabs HF staff
Create app.py
22c67a6
raw
history blame contribute delete
105 Bytes
import gradio as gr
gr.Interface(lambda x:x, "textbox", "textbox").launch(auth=lambda x,y:x==y).launch()