Xintao commited on
Commit
77cbe96
1 Parent(s): ef5f95b
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -80,13 +80,9 @@ def inference(img, version, scale):
80
 
81
 
82
  title = "GFPGAN: Practical Face Restoration Algorithm"
83
- description = r"""
84
- 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>
85
- [![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
86
- It can be used to: <br>
87
- - Upsample/Restore your **old photos**
88
- - Upsample/Improve **AI-generated faces**
89
-
90
  To use it, simply upload your image. Please click submit only once.
91
  """
92
  article = r"""<p style='text-align: center'><a href='https://arxiv.org/abs/2101.04061' target='_blank'>GFPGAN: Towards Real-World Blind Face Restoration with Generative Facial Prior</a> | <a href='https://github.com/TencentARC/GFPGAN' target='_blank'>Github Repo</a></p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>
 
80
 
81
 
82
  title = "GFPGAN: Practical Face Restoration Algorithm"
83
+ description = r"""[![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
84
+ 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>
85
+ It can be used to restore your **old photos** or improve **AI-generated faces**.<br>
 
 
 
 
86
  To use it, simply upload your image. Please click submit only once.
87
  """
88
  article = r"""<p style='text-align: center'><a href='https://arxiv.org/abs/2101.04061' target='_blank'>GFPGAN: Towards Real-World Blind Face Restoration with Generative Facial Prior</a> | <a href='https://github.com/TencentARC/GFPGAN' target='_blank'>Github Repo</a></p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>