Spaces:
Running
Running
File size: 342 Bytes
98d9e64 173c2d1 98d9e64 451b564 173c2d1 451b564 173c2d1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
import gradio as gr
model = "Blane187/teto-kasane-ponyxl-lora-nochekaiser"
# Define examples
examples = [
["teto kasane, ahoge, pink eyes, drill hair, pink hair"]
]
demo = gr.load(
model,
title="Kasane Teto, PonyXL lora stable diffusion",
src="models",
theme="Blane187/fuchsia",
examples=examples
)
demo.launch()
|