Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
timeseries_component
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
8bd511f
timeseries_component
/
run.py
aliabd
HF Staff
Upload folder using huggingface_hub
5cb0942
almost 2 years ago
raw
Copy download link
history
blame
Safe
82 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Timeseries()
demo.launch()