Blane187's picture
Update app.py
ee70457 verified
raw
history blame
230 Bytes
import gradio as gr
model = "John6666/pony-diffusion-v6-xl-sdxl-spo"
demo = gr.load(
model,
title="pony-diffusion-v6-xl-sdxl-spo",
src="models",
theme="Blane187/fuchsia"
#examples=examples
)
demo.launch()