nielsr HF staff commited on
Commit
089230c
1 Parent(s): de3a59b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  inference: false
7
  ---
8
 
9
- # Swin2SR model
10
 
11
  Swin2SR model that upscales images x2. It was introduced in the paper [Swin2SR: SwinV2 Transformer for Compressed Image Super-Resolution and Restoration](https://arxiv.org/abs/2209.11345)
12
  by Conde et al. and first released in [this repository](https://github.com/mv-lab/swin2sr).
@@ -17,4 +17,4 @@ This model is intended for lightweight image super resolution.
17
 
18
  # Usage
19
 
20
- Refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/swin2sr).
6
  inference: false
7
  ---
8
 
9
+ # Swin2SR model (image super-resolution)
10
 
11
  Swin2SR model that upscales images x2. It was introduced in the paper [Swin2SR: SwinV2 Transformer for Compressed Image Super-Resolution and Restoration](https://arxiv.org/abs/2209.11345)
12
  by Conde et al. and first released in [this repository](https://github.com/mv-lab/swin2sr).
17
 
18
  # Usage
19
 
20
+ Refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/swin2sr#transformers.Swin2SRForImageSuperResolution.forward.example).