susunghong commited on
Commit
8469e3f
1 Parent(s): 7bbd012

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def main():
76
 
77
  with gr.Blocks() as demo:
78
  gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">
79
- Self-Attention Guidance
80
  """)
81
  with gr.Row():
82
  with gr.Column(scale=5):
 
76
 
77
  with gr.Blocks() as demo:
78
  gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">
79
+ Self-Attention Guidance (SAG) Demo
80
  """)
81
  with gr.Row():
82
  with gr.Column(scale=5):