Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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():
|