Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ model = load_model_from_config(cfg, "checkpoints/laion10M_epoch_6_model_ema_only
|
|
121 |
render_tool = Render_Text(model, save_memory = SAVE_MEMORY)
|
122 |
|
123 |
description = """
|
124 |
-
## GlyphControl: Glyph Conditional
|
125 |
Github link: [Link](https://github.com/AIGText/GlyphControl-release).
|
126 |
Report: [link](https://arxiv.org/pdf/2305.18259.pdf).\n
|
127 |
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
|
|
|
121 |
render_tool = Render_Text(model, save_memory = SAVE_MEMORY)
|
122 |
|
123 |
description = """
|
124 |
+
## GlyphControl: Glyph Conditional Control for Visual Text Generation (NeurIPS 2023)
|
125 |
Github link: [Link](https://github.com/AIGText/GlyphControl-release).
|
126 |
Report: [link](https://arxiv.org/pdf/2305.18259.pdf).\n
|
127 |
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
|