Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hmb
/
embed-test
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6e81641
embed-test
/
app.py
hmb
HF Staff
Update app.py
bb8d27b
verified
2 months ago
raw
Copy download link
history
blame
Safe
114 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Textbox(label=
"Name"
)
demo.launch(auth=(
"admin"
,
"admin"
))