Spaces:
Sleeping
Sleeping
File size: 133 Bytes
072f35d |
1 2 3 4 5 6 7 |
import gradio as gr
from gradio_notebook import GradioNotebook
with gr.Blocks() as demo:
GradioNotebook()
demo.queue().launch() |