DmitrMakeev
commited on
Commit
•
205dca9
1
Parent(s):
81f3f70
Update app.py
Browse files
app.py
CHANGED
@@ -110,15 +110,10 @@ def inference(img, version, scale):
|
|
110 |
|
111 |
|
112 |
title = "Image Upscaling & Restoration(esp. Face) using GFPGAN Algorithm"
|
113 |
-
description = r"""
|
114 |
-
Practically the algorithm is used to restore your **old photos** or improve **AI-generated faces**.<br>
|
115 |
-
To use it, simply just upload the concerned image.<br>
|
116 |
"""
|
117 |
article = r"""
|
118 |
-
|
119 |
-
[![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
|
120 |
-
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2101.04061)
|
121 |
-
<center><img src='https://visitor-badge.glitch.me/badge?page_id=dj_face_restoration_GFPGAN' alt='visitor badge'></center>
|
122 |
"""
|
123 |
demo = gr.Interface(
|
124 |
inference, [
|
|
|
110 |
|
111 |
|
112 |
title = "Image Upscaling & Restoration(esp. Face) using GFPGAN Algorithm"
|
113 |
+
description = r"""
|
|
|
|
|
114 |
"""
|
115 |
article = r"""
|
116 |
+
|
|
|
|
|
|
|
117 |
"""
|
118 |
demo = gr.Interface(
|
119 |
inference, [
|