Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
state_component_3-x
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
state_component_3-x
/
run.py
aliabd
Upload folder using huggingface_hub
5d795a9
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
77 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.State()
demo.launch()