import gradio as gr from gradio_gradioworkbook_ap import GradioNotebook with gr.Blocks() as demo: GradioNotebook() demo.queue().launch()