Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nateraw
/
huggingface-user-stats
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
96f798a
huggingface-user-stats
/
app.py
nateraw
Update app.py
96f798a
almost 2 years ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
gradio
as
gr
demo = gr.Blocks()
with
demo:
gr.Markdown(
"Hi"
)
demo.launch()