Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
abidlabs/test-auth
abidlabs
/
test-auth2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2613c03
test-auth2
/
app.py
abidlabs
HF Staff
Update app.py
0139a47
over 1 year ago
raw
Copy download link
history
blame
Safe
91 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"textbox"
,
"textbox"
).launch(auth=(
"a"
,
"a"
))