Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -550,15 +550,15 @@ function(x) {
|
|
550 |
with Blocks(
|
551 |
css=css,
|
552 |
analytics_enabled=False,
|
553 |
-
title="
|
554 |
) as main:
|
555 |
description = """<p style="text-align: center; font-weight: bold;">
|
556 |
-
<span style="font-size: 28px">
|
557 |
<br>
|
558 |
<span style="font-size: 18px" id="paper-info">
|
559 |
-
[<a href="https://
|
560 |
|
561 |
-
[<a href="https://
|
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>
|