File size: 280 Bytes
fee2440 50e351f fee2440 50e351f fee2440 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
import gradio as gr
import os
model = "Blane187/miyako-saitou-s1-ponyxl-lora-nochekaiser"
examples = [
["miyako saitou, long hair, brown hair, brown eyes,"]
]
demo = gr.load(
model,
src="models",
theme="Blane187/fuchsia",
examples=examples
)
demo.launch() |