multimodalart HF staff commited on
Commit
855f3b2
Β·
verified Β·
1 Parent(s): 298174f

Update app.py

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