test_again / app.py
rholinshead's picture
Create app.py
072f35d verified
raw
history blame contribute delete
133 Bytes
import gradio as gr
from gradio_notebook import GradioNotebook
with gr.Blocks() as demo:
GradioNotebook()
demo.queue().launch()