Spaces:
Runtime error
Runtime error
Songwei Ge
commited on
Commit
•
bf77ce6
1
Parent(s):
0a499ee
webpage
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def main():
|
|
102 |
with gr.Blocks() as demo:
|
103 |
gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">Expressive Text-to-Image Generation with Rich Text</h1>
|
104 |
<p> Visit our <a href="https://rich-text-to-image.github.io/rich-text-to-json.html">rich-text-to-json interface</a> to generate rich-text JSON input.<p/>
|
105 |
-
|
106 |
with gr.Row():
|
107 |
with gr.Column():
|
108 |
text_input = gr.Textbox(
|
|
|
102 |
with gr.Blocks() as demo:
|
103 |
gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">Expressive Text-to-Image Generation with Rich Text</h1>
|
104 |
<p> Visit our <a href="https://rich-text-to-image.github.io/rich-text-to-json.html">rich-text-to-json interface</a> to generate rich-text JSON input.<p/>
|
105 |
+
<p> <a href="https://rich-text-to-image.github.io">Website</a> | <a href="https://github.com/SongweiGe/rich-text-to-image">Code</a> <p/> """)
|
106 |
with gr.Row():
|
107 |
with gr.Column():
|
108 |
text_input = gr.Textbox(
|