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...
5eebce2
test-auth2
/
app.py
abidlabs
HF Staff
Create app.py
5eebce2
over 1 year ago
raw
Copy download link
history
blame
Safe
93 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"textbox"
,
"textbox"
, auth=(
"a"
,
"a"
)).launch()