Duplicated from lastmileai/sdxl_playground
fb42eb2 9c63a64 fb42eb2 2d8da7e fb42eb2 9c63a64 fb42eb2
1
2
3
4
5
6
7
8
import gradio as gr from gradio_notebook import GradioNotebook AICONFIG_FILE_PATH = "./app.aiconfig.json" with gr.Blocks() as demo: GradioNotebook(config_path=AICONFIG_FILE_PATH) demo.queue().launch()