Spaces:
Running
Running
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() | |