Spaces:
Running
Running
File size: 327 Bytes
8997bf9 20b1fcf 8997bf9 78951ae 8997bf9 e2f2641 065bc7b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
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()
|