jsaplication commited on
Commit
3d47472
1 Parent(s): d6ac96e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -109,10 +109,8 @@ def inference(img, version, scale):
109
  return None, None
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)
 
109
  return None, None
110
 
111
 
112
+ title = "JSPhoto Restauration"
113
+ description = r"""Restaure suas fotos desfocadas e de péssima qualidade.<br>
 
 
114
  """
115
  article = r"""
116
  [![download](https://img.shields.io/github/downloads/TencentARC/GFPGAN/total.svg)](https://github.com/TencentARC/GFPGAN/releases)