yyk19 commited on
Commit
025bae1
1 Parent(s): 9d508e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Controllable 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
 
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