mem-cho / app.py
Blane187's picture
Update app.py
841f4a7 verified
raw
history blame
300 Bytes
import gradio as gr
model = "Blane187/memcho-s1-ponyxl-lora-nochekaiser"
demo = gr.load(model, title="Mem-Cho, PonyXL lora stable diffusion", description="see triger word here https://huggingface.co/Blane187/memcho-s1-ponyxl-lora-nochekaiser", src="models", theme="Blane187/fuchsia")
demo.launch()