Skip to content

Commit 231617a

Browse files
author
achusky
committed
add Huggingface web demo
1 parent 1bf5c98 commit 231617a

File tree

5 files changed

+2
-0
lines changed

5 files changed

+2
-0
lines changed

demo/lr_img_l.png

-88.3 KB
Loading

demo/lr_img_r.png

-89.1 KB
Loading

demo/sr_img_l.png

-1.23 MB
Loading

demo/sr_img_r.png

-1.24 MB
Loading

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ python setup.py develop --no_cuda_ext
6060
* ```--input_path```: the path of the degraded image
6161
* ```--output_path```: the path to save the predicted image
6262
* [pretrained models](https://github.com/megvii-research/NAFNet/#results-and-pre-trained-models) should be downloaded.
63+
* Integrated into [Huggingface Spaces 🤗](https://huggingface.co/spaces) using [Gradio](https://github.com/gradio-app/gradio). Try out the Web Demo for single image restoration[![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/chuxiaojie/NAFNet)
6364
* Stereo Image Inference Demo:
6465
* Stereo Image Super-resolution:
6566
```
@@ -72,6 +73,7 @@ python setup.py develop --no_cuda_ext
7273
* ```--output_l_path```: the path to save the predicted left image
7374
* ```--output_r_path```: the path to save the predicted right image
7475
* [pretrained models](https://github.com/megvii-research/NAFNet/#results-and-pre-trained-models) should be downloaded.
76+
* Integrated into [Huggingface Spaces 🤗](https://huggingface.co/spaces) using [Gradio](https://github.com/gradio-app/gradio). Try out the Web Demo for stereo image super-resolution[![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/chuxiaojie/NAFSSR)
7577
* Try the web demo with all three tasks here: [![Replicate](https://replicate.com/megvii-research/nafnet/badge)](https://replicate.com/megvii-research/nafnet)
7678
7779
### Results and Pre-trained Models

0 commit comments

Comments
 (0)