Update app.py
Browse files
app.py
CHANGED
@@ -99,17 +99,11 @@ def inference(img, version, scale, weight):
|
|
99 |
return None, None
|
100 |
|
101 |
|
102 |
-
title = "
|
103 |
-
description = r"""
|
104 |
-
It can be used to restore your **old photos** or improve **AI-generated faces**.<br>
|
105 |
-
To use it, simply upload your image.<br>
|
106 |
-
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 😊
|
107 |
"""
|
108 |
article = r"""
|
109 |
|
110 |
-
[](https://github.com/TencentARC/GFPGAN/releases)
|
111 |
-
[](https://github.com/TencentARC/GFPGAN)
|
112 |
-
[](https://arxiv.org/abs/2101.04061)
|
113 |
"""
|
114 |
demo = gr.Interface(
|
115 |
inference, [
|
|
|
99 |
return None, None
|
100 |
|
101 |
|
102 |
+
title = "Pixio Upscale"
|
103 |
+
description = r"""
|
|
|
|
|
|
|
104 |
"""
|
105 |
article = r"""
|
106 |
|
|
|
|
|
|
|
107 |
"""
|
108 |
demo = gr.Interface(
|
109 |
inference, [
|