File size: 83 Bytes
468e123
2596c9e
214cf9d
2596c9e
 
468e123
1
2
3
4
5
6
7
import gradio as gr

with gr.Blocks() as demo:
    gr.ColorPicker()

demo.launch()