abidlabs HF Staff commited on
Commit
8d2c992
Β·
1 Parent(s): 3837c94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -15
app.py CHANGED
@@ -84,22 +84,9 @@ def inference(img, version, scale):
84
  return None, None
85
 
86
 
87
- title = "GFPGAN: Practical Face Restoration Algorithm UPDATE: Space for GFPGAN is now at <a href='https://huggingface.co/spaces/Xintao/GFPGAN' target='_blank'>https://huggingface.co/spaces/Xintao/GFPGAN</a>"
88
- 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>
89
- It can be used to restore your **old photos** or improve **AI-generated faces**.<br>
90
- To use it, simply upload your image.<br>
91
- 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 😊
92
- """
93
- article = r"""
94
 
95
- [![download](https://img.shields.io/github/downloads/TencentARC/GFPGAN/total.svg)](https://github.com/TencentARC/GFPGAN/releases)
96
- [![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
97
- [![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2101.04061)
98
-
99
- If you have any question, please email πŸ“§ `[email protected]` or `[email protected]`.
100
-
101
- <center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>
102
- """
103
  gr.Interface(
104
  inference, [
105
  gr.inputs.Image(type="filepath", label="Input"),
 
84
  return None, None
85
 
86
 
87
+ title = "GFPGAN"
88
+ description = ""
 
 
 
 
 
89
 
 
 
 
 
 
 
 
 
90
  gr.Interface(
91
  inference, [
92
  gr.inputs.Image(type="filepath", label="Input"),