Spaces:
Runtime error
Runtime error
Xintao
commited on
Commit
•
82acb0f
1
Parent(s):
76cb1c1
update
Browse files
app.py
CHANGED
@@ -87,8 +87,8 @@ def inference(img, version, scale):
|
|
87 |
title = "GFPGAN: Practical Face Restoration Algorithm"
|
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
|
91 |
-
|
92 |
"""
|
93 |
article = r"""
|
94 |
|
@@ -96,7 +96,7 @@ article = r"""
|
|
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 `xintao.wang@outlook.com` or `xintaowang@tencent.com`.
|
100 |
|
101 |
<center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>
|
102 |
<center><img src='https://visitor-badge.glitch.me/badge?page_id=Gradio_Xintao_GFPGAN' alt='visitor badge'></center>
|
|
|
87 |
title = "GFPGAN: Practical Face Restoration Algorithm"
|
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 |
|
|
|
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 📧 `xintao.wang@outlook.com` or `xintaowang@tencent.com`.
|
100 |
|
101 |
<center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>
|
102 |
<center><img src='https://visitor-badge.glitch.me/badge?page_id=Gradio_Xintao_GFPGAN' alt='visitor badge'></center>
|