aliabd's picture
aliabd HF Staff
Upload folder using huggingface_hub
9e7d1e5 verified
raw
history blame contribute delete
80 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Checkbox()
demo.launch()