aliabd's picture
aliabd HF staff
Upload folder using huggingface_hub
cbec469 verified
raw
history blame
80 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.DateTime()
demo.launch()