DmitrMakeev commited on
Commit
205dca9
1 Parent(s): 81f3f70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -110,15 +110,10 @@ def inference(img, version, scale):
110
 
111
 
112
  title = "Image Upscaling & Restoration(esp. Face) using GFPGAN Algorithm"
113
- description = r"""Gradio demo for <a href='https://github.com/TencentARC/GFPGAN' target='_blank'><b>GFPGAN: Towards Real-World Blind Face Restoration and Upscalling of the image with a Generative Facial Prior</b></a>.<br>
114
- Practically the algorithm is used to restore your **old photos** or improve **AI-generated faces**.<br>
115
- To use it, simply just upload the concerned image.<br>
116
  """
117
  article = r"""
118
- [![download](https://img.shields.io/github/downloads/TencentARC/GFPGAN/total.svg)](https://github.com/TencentARC/GFPGAN/releases)
119
- [![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
120
- [![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2101.04061)
121
- <center><img src='https://visitor-badge.glitch.me/badge?page_id=dj_face_restoration_GFPGAN' alt='visitor badge'></center>
122
  """
123
  demo = gr.Interface(
124
  inference, [
 
110
 
111
 
112
  title = "Image Upscaling & Restoration(esp. Face) using GFPGAN Algorithm"
113
+ description = r"""
 
 
114
  """
115
  article = r"""
116
+
 
 
 
117
  """
118
  demo = gr.Interface(
119
  inference, [