Spaces:
Runtime error
Runtime error
authors
Browse files
app.py
CHANGED
@@ -121,6 +121,8 @@ def main():
|
|
121 |
|
122 |
with gr.Blocks() as demo:
|
123 |
gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">Expressive Text-to-Image Generation with Rich Text</h1>
|
|
|
|
|
124 |
<p> <a href="https://rich-text-to-image.github.io">[Website]</a> | <a href="https://github.com/SongweiGe/rich-text-to-image">[Code]</a> | <a href="https://arxiv.org/abs/2304.06720">[Paper]</a> <p/> """)
|
125 |
with gr.Row():
|
126 |
with gr.Column():
|
|
|
121 |
|
122 |
with gr.Blocks() as demo:
|
123 |
gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">Expressive Text-to-Image Generation with Rich Text</h1>
|
124 |
+
<p> <a href="https://songweige.github.io/">Songwei Ge</a>, <a href="https://taesung.me/">Taesung Park</a>, <a href="https://www.cs.cmu.edu/~junyanz/">Jun-Yan Zhu</a>, <a href="https://jbhuang0604.github.io/">Jia-Bin Huang</a> <p/>
|
125 |
+
<p> UMD, Adobe, CMU <p/>
|
126 |
<p> <a href="https://rich-text-to-image.github.io">[Website]</a> | <a href="https://github.com/SongweiGe/rich-text-to-image">[Code]</a> | <a href="https://arxiv.org/abs/2304.06720">[Paper]</a> <p/> """)
|
127 |
with gr.Row():
|
128 |
with gr.Column():
|