hoshino-ai / app.py
Blane187's picture
Update app.py
065bc7b verified
raw
history blame
327 Bytes
import gradio as gr
import os
model = "Blane187/ai-hoshino-s1-ponyxl-lora-nochekaise"
demo = gr.load(model, src="models", theme="Blane187/fuchsia")
examples = gr.Examples(
examples=[
["ai hoshino, long hair, bangs, purple eyes, purple hair, symbol-shaped pupils,"],
],
inputs=["num_1"],
)
demo.launch()