Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
5d543f7
1
Parent(s):
85da119
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def inference(img):
|
|
48 |
|
49 |
return Image.fromarray(restored_faces[0][:,:,::-1])
|
50 |
|
51 |
-
title = "GFP-GAN"
|
52 |
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"
|
53 |
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=cvpr_GFPGAN_example' alt='visitor badge'></center>"
|
54 |
gr.Interface(
|
|
|
48 |
|
49 |
return Image.fromarray(restored_faces[0][:,:,::-1])
|
50 |
|
51 |
+
title = "GFP-GAN Example"
|
52 |
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"
|
53 |
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=cvpr_GFPGAN_example' alt='visitor badge'></center>"
|
54 |
gr.Interface(
|