Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gauntlet173
/
testspace
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8ed81b7
testspace
/
app.py
gauntlet173
Create app.py
8ed81b7
verified
4 months ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Markdown(
"# Hello World"
)
demo.launch()