Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def inference(img, version, scale):
|
|
84 |
return None, None
|
85 |
|
86 |
|
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>
|
|
|
84 |
return None, None
|
85 |
|
86 |
|
87 |
+
title = "GFPGAN: Practical Face Restoration Algorithm UPDATE: Space for GFPGAN is now at <a href='https://huggingface.co/spaces/Xintao/GFPGAN' target='_blank'>https://huggingface.co/spaces/Xintao/GFPGAN</a>"
|
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>
|