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() |
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() |