lschmidt commited on
Commit
60f64c3
·
verified ·
1 Parent(s): 4dba920

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ from super_image import EdsrModel, ImageLoader
46
  import torch
47
 
48
  # Load model
49
- model = EdsrModel.from_pretrained("lschmidt/edsr-sr-dsc", scale=4)
50
 
51
  # Load a 2-channel tensor (e.g., from a NetCDF or preprocessed image)
52
  # Example assumes shape (1, 2, H, W)
 
46
  import torch
47
 
48
  # Load model
49
+ model = EdsrModel.from_pretrained("lschmidt/edsr-dsc", scale=4)
50
 
51
  # Load a 2-channel tensor (e.g., from a NetCDF or preprocessed image)
52
  # Example assumes shape (1, 2, H, W)