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...
b7687a8
embed-test
/
app.py
hmb
HF Staff
Create app.py
b7687a8
verified
3 months ago
raw
Copy download link
history
blame
Safe
111 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Textbox(label=
"Name"
)
demo.launch(auth=(
"user"
,
"pass"
))