Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chansung
/
tf-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2d12939
tf-test
/
app.py
chansung
Create app.py
2d12939
almost 2 years ago
raw
Copy download link
history
blame
Safe
93 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Markdown(
"hello world"
)
demo.launch()