52Hz commited on
Commit
4aa52a5
1 Parent(s): 7a7c287

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ title = "SUNet: Swin Transformer with UNet for Image Denoising"
23
  description = "Gradio demo for SUNet. SUNet has competitive performance results in terms of quantitative metrics and visual quality. See the paper and project page for detailed results below. Here, we provide a demo for AWGN image denoising. To use it, simply upload your image, or click one of the examples to load them. Reference from: https://huggingface.co/akhaliq"
24
  article = "<p style='text-align: center'><a href='https://' target='_blank'>Selective Residual M-Net</a> | <a href='https://github.com/FanChiMao/SRMNet' target='_blank'>Github Repo</a></p>"
25
 
26
- examples = [['baby.png']]
27
  gr.Interface(
28
  inference,
29
  [gr.inputs.Image(type="pil", label="Input")],
 
23
  description = "Gradio demo for SUNet. SUNet has competitive performance results in terms of quantitative metrics and visual quality. See the paper and project page for detailed results below. Here, we provide a demo for AWGN image denoising. To use it, simply upload your image, or click one of the examples to load them. Reference from: https://huggingface.co/akhaliq"
24
  article = "<p style='text-align: center'><a href='https://' target='_blank'>Selective Residual M-Net</a> | <a href='https://github.com/FanChiMao/SRMNet' target='_blank'>Github Repo</a></p>"
25
 
26
+ examples = [['butterfly.png']]
27
  gr.Interface(
28
  inference,
29
  [gr.inputs.Image(type="pil", label="Input")],