Spaces:
Running
on
A10G
Running
on
A10G
Xintao
commited on
Commit
•
95c11a1
1
Parent(s):
eef4068
update
Browse files
app.py
CHANGED
@@ -83,13 +83,19 @@ def inference(img, version, scale):
|
|
83 |
|
84 |
|
85 |
title = "GFPGAN: Practical Face Restoration Algorithm"
|
86 |
-
description = r"""[![GitHub Stars](
|
|
|
|
|
|
|
|
|
|
|
87 |
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>
|
88 |
It can be used to restore your **old photos** or improve **AI-generated faces**.<br>
|
89 |
-
To use it, simply upload your image.
|
90 |
"""
|
91 |
article = r"""<p style='text-align: center'><a href='https://arxiv.org/abs/2101.04061' target='_blank'>GFPGAN: Towards Real-World Blind Face Restoration with Generative Facial Prior</a> | <a href='https://github.com/TencentARC/GFPGAN' target='_blank'>Github Repo</a></p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>
|
92 |
<center><img src='https://visitor-badge.glitch.me/badge?page_id=Gradio_Xintao_GFPGAN' alt='visitor badge'></center>
|
|
|
93 |
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2101.04061)
|
94 |
[![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
|
95 |
[![download](https://img.shields.io/github/downloads/TencentARC/GFPGAN/total.svg)](https://github.com/TencentARC/GFPGAN/releases)
|
|
|
83 |
|
84 |
|
85 |
title = "GFPGAN: Practical Face Restoration Algorithm"
|
86 |
+
description = r"""[![GitHub Stars]()]()
|
87 |
+
|
88 |
+
<a href="https://github.com/TencentARC/GFPGAN" target='_blank'>
|
89 |
+
<img src="https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social" alt="GFPGAN stars" />
|
90 |
+
</a>
|
91 |
+
|
92 |
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>
|
93 |
It can be used to restore your **old photos** or improve **AI-generated faces**.<br>
|
94 |
+
To use it, simply upload your image.
|
95 |
"""
|
96 |
article = r"""<p style='text-align: center'><a href='https://arxiv.org/abs/2101.04061' target='_blank'>GFPGAN: Towards Real-World Blind Face Restoration with Generative Facial Prior</a> | <a href='https://github.com/TencentARC/GFPGAN' target='_blank'>Github Repo</a></p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>
|
97 |
<center><img src='https://visitor-badge.glitch.me/badge?page_id=Gradio_Xintao_GFPGAN' alt='visitor badge'></center>
|
98 |
+
|
99 |
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2101.04061)
|
100 |
[![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
|
101 |
[![download](https://img.shields.io/github/downloads/TencentARC/GFPGAN/total.svg)](https://github.com/TencentARC/GFPGAN/releases)
|