Spaces:
Running
Running
Ahsen Khaliq
commited on
Commit
·
8290087
1
Parent(s):
5195870
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ def inference(file):
|
|
122 |
title = "GPEN"
|
123 |
description = "Gradio demo for GAN Prior Embedded Network for Blind Face Restoration in the Wild. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
124 |
|
125 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2105.06070'>GAN Prior Embedded Network for Blind Face Restoration in the Wild</a> | <a href='https://github.com/yangxy/GPEN'>Github Repo</a></p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GPEN' alt='visitor badge'></center>"
|
126 |
|
127 |
|
128 |
gr.Interface(
|
|
|
122 |
title = "GPEN"
|
123 |
description = "Gradio demo for GAN Prior Embedded Network for Blind Face Restoration in the Wild. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
124 |
|
125 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2105.06070' target='_blank'>GAN Prior Embedded Network for Blind Face Restoration in the Wild</a> | <a href='https://github.com/yangxy/GPEN' target='_blank'>Github Repo</a></p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GPEN' alt='visitor badge'></center>"
|
126 |
|
127 |
|
128 |
gr.Interface(
|