import gradio as gr with gr.Blocks() as demo: gr.DuplicateButton() demo.launch()