File size: 134 Bytes
864f40e
1133055
864f40e
 
7faa622
864f40e
 
1
2
3
4
5
6
7
8
import gradio as gr
from gradio_notebook import GradioNotebook

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

demo.queue().launch()