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