Ahsen Khaliq
commited on
Commit
•
d0aae25
1
Parent(s):
efe1454
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def inference(img):
|
|
18 |
|
19 |
title = "SwinIR"
|
20 |
description = "Gradio demo for SwinIR. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
21 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2108.10257'>SwinIR: Image Restoration Using Swin Transformer</a> | <a href='https://github.com/JingyunLiang/SwinIR'>Github Repo</a></p>"
|
22 |
gr.Interface(
|
23 |
inference,
|
24 |
[gr.inputs.Image(type="pil", label="Input")],
|
|
|
18 |
|
19 |
title = "SwinIR"
|
20 |
description = "Gradio demo for SwinIR. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
21 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2108.10257' target='_blank'>SwinIR: Image Restoration Using Swin Transformer</a> | <a href='https://github.com/JingyunLiang/SwinIR' target='_blank'>Github Repo</a></p>"
|
22 |
gr.Interface(
|
23 |
inference,
|
24 |
[gr.inputs.Image(type="pil", label="Input")],
|