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