aliabd's picture
Upload folder using huggingface_hub
6d7d749 verified
import gradio as gr
with gr.Blocks() as demo:
gr.ColorPicker()
demo.launch()