Spaces:
Runtime error
Runtime error
fix typo
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ description = """
|
|
129 |
Github link: [Link](https://github.com/AIGText/GlyphControl-release).
|
130 |
Report: [link](https://arxiv.org/pdf/2305.18259.pdf).\n
|
131 |
You could try the listed examples at the bottom by clicking on them and modify the parameters for your own creation. We will update the examples progressively.\n
|
132 |
-
(By using the "Parameter Summary" part, you can import or export the parameter settings of generated
|
133 |
"""
|
134 |
|
135 |
SPACE_ID = os.getenv('SPACE_ID')
|
|
|
129 |
Github link: [Link](https://github.com/AIGText/GlyphControl-release).
|
130 |
Report: [link](https://arxiv.org/pdf/2305.18259.pdf).\n
|
131 |
You could try the listed examples at the bottom by clicking on them and modify the parameters for your own creation. We will update the examples progressively.\n
|
132 |
+
(By using the "Parameter Summary" part, you can import or export the parameter settings of generated images in an easier way.)
|
133 |
"""
|
134 |
|
135 |
SPACE_ID = os.getenv('SPACE_ID')
|