Spaces:
Runtime error
Runtime error
import gradio as gr | |
model = "John6666/pony-diffusion-v6-xl-sdxl-spo" | |
examples = [ | |
"score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, source_furry, source_cartoon, Sonic the Hedgehog, female" | |
] | |
demo = gr.load( | |
model, | |
title="pony-diffusion-v6-xl-sdxl-spo", | |
src="models", | |
theme="redfr/red", | |
examples=examples | |
) | |
demo.launch() |