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