DmitrMakeev
commited on
Commit
·
7ad0c57
1
Parent(s):
4833682
Update app.py
Browse files
app.py
CHANGED
@@ -105,16 +105,11 @@ def inference(img, version, scale, weight):
|
|
105 |
|
106 |
|
107 |
title = "GFPGAN: Practical Face Restoration Algorithm"
|
108 |
-
description = r"""
|
109 |
-
|
110 |
-
To use it, simply upload your image.<br>
|
111 |
-
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 😊
|
112 |
"""
|
113 |
article = r"""
|
114 |
|
115 |
-
[![download](https://img.shields.io/github/downloads/TencentARC/GFPGAN/total.svg)](https://github.com/TencentARC/GFPGAN/releases)
|
116 |
-
[![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
|
117 |
-
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2101.04061)
|
118 |
"""
|
119 |
demo = gr.Interface(
|
120 |
inference, [
|
|
|
105 |
|
106 |
|
107 |
title = "GFPGAN: Practical Face Restoration Algorithm"
|
108 |
+
description = r"""
|
109 |
+
|
|
|
|
|
110 |
"""
|
111 |
article = r"""
|
112 |
|
|
|
|
|
|
|
113 |
"""
|
114 |
demo = gr.Interface(
|
115 |
inference, [
|