306aee5 b76379a 306aee5 7e0c993 306aee5 b76379a 306aee5
1
2
3
4
5
6
7
8
import gradio as gr from gradio_notebook import GradioNotebook AICONFIG_FILE_PATH = "./story_gen.aiconfig.json" with gr.Blocks() as demo: GradioNotebook(config_path=AICONFIG_FILE_PATH) demo.queue().launch()