Last commit not found
raw
history blame
166 Bytes
import gradio as gr
from gradio_notebook import GradioNotebook
with gr.Blocks() as demo:
GradioNotebook(parsers_path="./model_parsers.py")
demo.queue().launch()