susunghong commited on
Commit
6127de1
1 Parent(s): c89ea6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -84,11 +84,11 @@ 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
88
  </h1>
89
- <h3 style="font-weight: 500; margin-bottom: 10px;">
90
- Condition-Agnostic Diffusion Guidance Using the Internal Self-Attention
91
- </h3>
92
  """)
93
  with gr.Row():
94
  with gr.Column(scale=5):
 
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
  """)
93
  with gr.Row():
94
  with gr.Column(scale=5):