Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
number_component_main
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0a64acb
number_component_main
/
run.py
aliabd
HF Staff
Upload with huggingface_hub
0a64acb
over 2 years ago
raw
Copy download link
history
blame
Safe
78 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Number()
demo.launch()