Ahsen Khaliq
commited on
Commit
•
e7c1235
1
Parent(s):
2a3bbd3
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def inference(img):
|
|
44 |
|
45 |
title = "GFP-GAN"
|
46 |
description = "Gradio demo for GFP-GAN: Towards Real-World Blind Face Restoration with Generative Facial Prior. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below. Please click submit only once"
|
47 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2101.04061'>Towards Real-World Blind Face Restoration with Generative Facial Prior</a> | <a href='https://github.com/TencentARC/GFPGAN'>Github Repo</a></p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>"
|
48 |
gr.Interface(
|
49 |
inference,
|
50 |
[gr.inputs.Image(type="filepath", label="Input")],
|
|
|
44 |
|
45 |
title = "GFP-GAN"
|
46 |
description = "Gradio demo for GFP-GAN: Towards Real-World Blind Face Restoration with Generative Facial Prior. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below. Please click submit only once"
|
47 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2101.04061' target='_blank'>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>"
|
48 |
gr.Interface(
|
49 |
inference,
|
50 |
[gr.inputs.Image(type="filepath", label="Input")],
|