sdxl_playground / app.py
Rossdan's picture
Update app.py
9c63a64 verified
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()