aliabd's picture
aliabd HF Staff
Upload folder using huggingface_hub
468e123 verified
raw
history blame contribute delete
83 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.ColorPicker()
demo.launch()