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...
hmb
HF Staff
commited on
May 28
Commit
b7687a8
·
verified
·
1 Parent(s):
fc24b2c
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import gradio as gr
2
+
3
+
with gr.Blocks() as demo:
4
+
gr.Textbox(label="Name")
5
+
6
+
demo.launch(auth=("user", "pass"))