Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def inference(img):
|
|
20 |
|
21 |
|
22 |
title = "Selective Residual M-Net (SRMNet)"
|
23 |
-
description = "Gradio demo for
|
24 |
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>"
|
25 |
|
26 |
examples = [['ETH_LR.png']]
|
|
|
20 |
|
21 |
|
22 |
title = "Selective Residual M-Net (SRMNet)"
|
23 |
+
description = "Gradio demo for SRMNet. SRMNet has competitive performance results on two synthetic and two realworld noisy datasets in terms of quantitative metrics and visual quality. Here, we provide a demo for real-world image denoising. To use it, simply upload your image, or click one of the examples to load them."
|
24 |
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>"
|
25 |
|
26 |
examples = [['ETH_LR.png']]
|