Blane187 commited on
Commit
841f4a7
·
verified ·
1 Parent(s): cad6ae7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,5 +3,5 @@ import gradio as gr
3
  model = "Blane187/memcho-s1-ponyxl-lora-nochekaiser"
4
 
5
 
6
- demo = gr.load(model, description="see triger word here -> https://huggingface.co/Blane187/memcho-s1-ponyxl-lora-nochekaiser", src="models", theme="Blane187/fuchsia")
7
  demo.launch()
 
3
  model = "Blane187/memcho-s1-ponyxl-lora-nochekaiser"
4
 
5
 
6
+ 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")
7
  demo.launch()