rholinshead's picture
Update app.py
7703897 verified
raw
history blame contribute delete
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()