hoshino-ai / app.py
Blane187's picture
Update app.py
5f68b2f verified
raw
history blame contribute delete
347 Bytes
import gradio as gr
model = "Blane187/ai-hoshino-s1-ponyxl-lora-nochekaise"
examples = [
["ai hoshino, long hair, bangs, purple eyes, purple hair, symbol-shaped pupils,"]
]
demo = gr.load(
model,
title="Hoshino AI, Stable diffusion PonyXL Lora",
src="models",
theme="Blane187/fuchsia",
examples=examples,
)
demo.launch()