Pusheen commited on
Commit
d59f74c
·
verified ·
1 Parent(s): d728d35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -550,15 +550,15 @@ function(x) {
550
  with Blocks(
551
  css=css,
552
  analytics_enabled=False,
553
- title="Attention-refocusing demo",
554
  ) as main:
555
  description = """<p style="text-align: center; font-weight: bold;">
556
- <span style="font-size: 28px">Grounded Text-to-Image Synthesis with Attention Refocusing</span>
557
  <br>
558
  <span style="font-size: 18px" id="paper-info">
559
- [<a href="https://attention-refocusing.github.io/" target="_blank">Project Page</a>]
560
 
561
- [<a href="https://github.com/Attention-Refocusing/attention-refocusing" target="_blank">GitHub</a>]
562
  </span>
563
  </p>
564
  <p>
 
550
  with Blocks(
551
  css=css,
552
  analytics_enabled=False,
553
+ title="LoCo x GliGEN demo",
554
  ) as main:
555
  description = """<p style="text-align: center; font-weight: bold;">
556
+ <span style="font-size: 28px">LoCo: Locally Constrained Training-free Layout-to-image Synthesis</span>
557
  <br>
558
  <span style="font-size: 18px" id="paper-info">
559
+ [<a href="https://peiang-zhao.tech/LoCo/" target="_blank">Project Page</a>]
560
 
561
+ [<a href="https://peiang-zhao.tech/LoCo/" target="_blank">GitHub</a>]
562
  </span>
563
  </p>
564
  <p>