Julián Tachella commited on
Commit
29c29f7
·
1 Parent(s): 333733b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ demo = gr.Interface(
58
  examples=[['https://deepinv.github.io/deepinv/_static/deepinv_logolarge.png', 0.1, 'DnCNN']],
59
  outputs=[noise_image, output_images],
60
  title="Image Denoising with DeepInverse",
61
- description="Denoise an image using a variety of denoisers and noise levels using the deepinverse library (https://deepinv.github.io/). We only include lightweight models like DnCNN and MedianFilter as this example is intended to be run on a CPU. We also automatically resize the input image to 128 vertical pixels to reduce the computation time. For more advanced models, please run the code locally".
62
  )
63
 
64
  demo.launch()
 
58
  examples=[['https://deepinv.github.io/deepinv/_static/deepinv_logolarge.png', 0.1, 'DnCNN']],
59
  outputs=[noise_image, output_images],
60
  title="Image Denoising with DeepInverse",
61
+ description="Denoise an image using a variety of denoisers and noise levels using the deepinverse library (https://deepinv.github.io/). We only include lightweight models like DnCNN and MedianFilter as this example is intended to be run on a CPU. We also automatically resize the input image to 128 vertical pixels to reduce the computation time. For more advanced models, please run the code locally.",
62
  )
63
 
64
  demo.launch()