Spaces:
Sleeping
Sleeping
JingyeChen22
commited on
Commit
•
9d7ef3e
1
Parent(s):
28577cd
Update app.py
Browse files
app.py
CHANGED
@@ -881,6 +881,9 @@ with gr.Blocks() as demo:
|
|
881 |
<h1 style="font-weight: 900; font-size: 3rem; margin: 0rem">
|
882 |
TextDiffuser: Diffusion Models as Text Painters
|
883 |
</h1>
|
|
|
|
|
|
|
884 |
<h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
885 |
[<a href="https://arxiv.org/abs/2305.10855" style="color:blue;">arXiv</a>]
|
886 |
[<a href="https://github.com/microsoft/unilm/tree/master/textdiffuser" style="color:blue;">Code</a>]
|
|
|
881 |
<h1 style="font-weight: 900; font-size: 3rem; margin: 0rem">
|
882 |
TextDiffuser: Diffusion Models as Text Painters
|
883 |
</h1>
|
884 |
+
<h2 style="font-weight: 900; font-size: 2rem; margin: 0rem">
|
885 |
+
NeurIPS 2023
|
886 |
+
</h2>
|
887 |
<h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
888 |
[<a href="https://arxiv.org/abs/2305.10855" style="color:blue;">arXiv</a>]
|
889 |
[<a href="https://github.com/microsoft/unilm/tree/master/textdiffuser" style="color:blue;">Code</a>]
|