multimodalart HF staff commited on
Commit
1d0e23a
·
verified ·
1 Parent(s): a45c407

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ margin: 0 auto;
48
  '''
49
 
50
  with gr.Blocks(css=css, theme=theme) as demo:
51
- gr.Markdown('''# Perturbed-Attention Guidance SDXL
52
  SDXL 🧨 [diffusers implementation](https://huggingface.co/multimodalart/sdxl_perturbed_attention_guidance) of [Perturbed-Attenton Guidance](https://ku-cvlab.github.io/Perturbed-Attention-Guidance/)
53
  ''')
54
  with gr.Group():
 
48
  '''
49
 
50
  with gr.Blocks(css=css, theme=theme) as demo:
51
+ gr.Markdown('''# Perturbed-Attention Guidance Mobius
52
  SDXL 🧨 [diffusers implementation](https://huggingface.co/multimodalart/sdxl_perturbed_attention_guidance) of [Perturbed-Attenton Guidance](https://ku-cvlab.github.io/Perturbed-Attention-Guidance/)
53
  ''')
54
  with gr.Group():