tsi-org commited on
Commit
e1e3508
·
1 Parent(s): 3af705d

Update app.py

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