Txu647 commited on
Commit
33b9eec
·
1 Parent(s): 89e2699

feat: add project links with icons in header

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -187,10 +187,14 @@ with gr.Blocks(title="UniCalli - Chinese Calligraphy Generator / 中国书法生
187
  gr.Markdown("""
188
  # 🖌️ UniCalli - 中国书法生成器 / Chinese Calligraphy Generator
189
 
 
 
190
  Generate beautiful Chinese calligraphy in various styles and by different historical masters.
191
 
192
  用不同历史书法大师的风格生成精美的中国书法。
193
 
 
 
194
  **注意 / Note**: 支持1-7个汉字输入 / Supports 1-7 Chinese characters.
195
  """)
196
 
 
187
  gr.Markdown("""
188
  # 🖌️ UniCalli - 中国书法生成器 / Chinese Calligraphy Generator
189
 
190
+ **A Unified Diffusion Framework for Column-Level Generation and Recognition of Chinese Calligraphy**
191
+
192
  Generate beautiful Chinese calligraphy in various styles and by different historical masters.
193
 
194
  用不同历史书法大师的风格生成精美的中国书法。
195
 
196
+ 🌐 [Project Page](https://envision-research.github.io/UniCalli/) | 📄 [Paper](https://arxiv.org/abs/2510.13745) | 💻 [Code](https://github.com/Envision-Research/UniCalli)
197
+
198
  **注意 / Note**: 支持1-7个汉字输入 / Supports 1-7 Chinese characters.
199
  """)
200