import gradio as gr from gradio_gradioworkbook import GradioWorkbook with gr.Blocks() as demo: GradioWorkbook() demo.queue().launch()