Felixogunwale commited on
Commit
d484c6a
1 Parent(s): 51fe5fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def inference(image, task):
23
 
24
  title = "image deblurring"
25
  description = "Gradio demo for <b>Felix ogunwale image deblurring restoration project</b>. This project achieves state-of-the-art performance on three tasks: image denoising, image debluring and stereo image super-resolution (SR). We provide a demo for image denoise and deblur on hugging face for easy graphical user interface. To use it, we simply upload our image, or click one of the examples to load them. Inference needs some time since this demo uses CPU."
26
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2204.04676' target='_blank'>Hugging face is an online machine learning deployment interface for users interference. For editing of codes and updating please see the app.py file</a> | <a href='https://arxiv.org/abs/2204.08714' target='_blank'>NAFSSR: Stereo Image Super-Resolution Using NAFNet</a> | <a href='https://github.com/megvii-research/NAFNet' target='_blank'> Github Repo</a></p>"
27
 
28
 
29
  examples = [['demo/noisy.png', 'Denoising'],
 
23
 
24
  title = "image deblurring"
25
  description = "Gradio demo for <b>Felix ogunwale image deblurring restoration project</b>. This project achieves state-of-the-art performance on three tasks: image denoising, image debluring and stereo image super-resolution (SR). We provide a demo for image denoise and deblur on hugging face for easy graphical user interface. To use it, we simply upload our image, or click one of the examples to load them. Inference needs some time since this demo uses CPU."
26
+ article = "<p>Hugging face is an online machine learning deployment interface for users interference. For editing of codes and updating please see the app.py file</p>"
27
 
28
 
29
  examples = [['demo/noisy.png', 'Denoising'],