Xintao commited on
Commit
82acb0f
β€’
1 Parent(s): 76cb1c1
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -87,8 +87,8 @@ def inference(img, version, scale):
87
  title = "GFPGAN: Practical Face Restoration Algorithm"
88
  description = r"""Gradio demo for <a href='https://github.com/TencentARC/GFPGAN' target='_blank'><b>GFPGAN: Towards Real-World Blind Face Restoration with Generative Facial Prior</b></a>.<br>
89
  It can be used to restore your **old photos** or improve **AI-generated faces**.<br>
90
- To use it, simply upload your image.
91
- More details are in the <a href='https://github.com/TencentARC/GFPGAN' target='_blank'><b>Github Repo</b></a>.
92
  """
93
  article = r"""
94
 
@@ -96,7 +96,7 @@ article = r"""
96
  [![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
97
  [![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2101.04061)
98
 
99
- If you have any question, please email `xintao.wang@outlook.com` or `xintaowang@tencent.com`.
100
 
101
  <center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>
102
  <center><img src='https://visitor-badge.glitch.me/badge?page_id=Gradio_Xintao_GFPGAN' alt='visitor badge'></center>
 
87
  title = "GFPGAN: Practical Face Restoration Algorithm"
88
  description = r"""Gradio demo for <a href='https://github.com/TencentARC/GFPGAN' target='_blank'><b>GFPGAN: Towards Real-World Blind Face Restoration with Generative Facial Prior</b></a>.<br>
89
  It can be used to restore your **old photos** or improve **AI-generated faces**.<br>
90
+ To use it, simply upload your image.<br>
91
+ If GFPGAN is helpful, please help to ⭐ the <a href='https://github.com/TencentARC/GFPGAN' target='_blank'>Github Repo</a> and recommend it to your friends 😊
92
  """
93
  article = r"""
94
 
 
96
  [![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
97
  [![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2101.04061)
98
 
99
+ If you have any question, please email πŸ“§ `xintao.wang@outlook.com` or `xintaowang@tencent.com`.
100
 
101
  <center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>
102
  <center><img src='https://visitor-badge.glitch.me/badge?page_id=Gradio_Xintao_GFPGAN' alt='visitor badge'></center>