Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-auth-3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d33ce55
test-auth-3
/
app.py
abidlabs
HF staff
Create app.py
22c67a6
over 1 year ago
raw
Copy download link
history
blame
Safe
105 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"textbox"
,
"textbox"
).launch(auth=
lambda
x,y:x==y).launch()