susunghong commited on
Commit
36b59ae
1 Parent(s): 6412949

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,9 +84,9 @@ def main():
84
 
85
  with gr.Blocks() as demo:
86
  gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 10px;">
87
- Self-Attention Guidance Demo by Susung Hong
88
  </h1>
89
- <p>Condition-Agnostic Diffusion Guidance Using the Internal Self-Attention.<p>
90
  <a href="https://huggingface.co/spaces/susunghong/Self-Attention-Guidance?duplicate=true">
91
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
92
  """)
 
84
 
85
  with gr.Blocks() as demo:
86
  gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 10px;">
87
+ Self-Attention Guidance Demo
88
  </h1>
89
+ <p>Condition-Agnostic Diffusion Guidance Using the Internal Self-Attention by Susung Hong.<p>
90
  <a href="https://huggingface.co/spaces/susunghong/Self-Attention-Guidance?duplicate=true">
91
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
92
  """)