DmitrMakeev commited on
Commit
7ad0c57
1 Parent(s): 4833682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -105,16 +105,11 @@ def inference(img, version, scale, weight):
105
 
106
 
107
  title = "GFPGAN: Practical Face Restoration Algorithm"
108
- 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>
109
- It can be used to restore your **old photos** or improve **AI-generated faces**.<br>
110
- To use it, simply upload your image.<br>
111
- 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 😊
112
  """
113
  article = r"""
114
 
115
- [![download](https://img.shields.io/github/downloads/TencentARC/GFPGAN/total.svg)](https://github.com/TencentARC/GFPGAN/releases)
116
- [![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
117
- [![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2101.04061)
118
  """
119
  demo = gr.Interface(
120
  inference, [
 
105
 
106
 
107
  title = "GFPGAN: Practical Face Restoration Algorithm"
108
+ description = r"""
109
+
 
 
110
  """
111
  article = r"""
112
 
 
 
 
113
  """
114
  demo = gr.Interface(
115
  inference, [