multimodalart HF staff commited on
Commit
c4f32a7
1 Parent(s): b1b860e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
50
  gr.Markdown('''# Perturbed Attention Guidance SDXL
51
  SDXL 🧨 [diffusers implementation](https://huggingface.co/multimodalart/sdxl_perturbed_attention_guidance) of [Perturbed-Attenton Guidance](https://ku-cvlab.github.io/Perturbed-Attention-Guidance/)
52
  ''')
53
- with gr.Group():
54
  with gr.Row():
55
  prompt = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt", info="Leave blank to test unconditional generation")
56
  button = gr.Button("Generate", min_width=120)
 
50
  gr.Markdown('''# Perturbed Attention Guidance SDXL
51
  SDXL 🧨 [diffusers implementation](https://huggingface.co/multimodalart/sdxl_perturbed_attention_guidance) of [Perturbed-Attenton Guidance](https://ku-cvlab.github.io/Perturbed-Attention-Guidance/)
52
  ''')
53
+ with gr.Group():
54
  with gr.Row():
55
  prompt = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt", info="Leave blank to test unconditional generation")
56
  button = gr.Button("Generate", min_width=120)