Hugging Face
Models
Datasets
Spaces
Buckets
new
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...
main
number_component_main
/
run.py
aliabd
Upload folder using huggingface_hub
b116499
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
78 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Number()
demo.launch()