aliabd's picture
aliabd HF staff
Upload folder using huggingface_hub
5cb0942
raw
history blame contribute delete
No virus
82 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Timeseries()
demo.launch()