randomtable commited on
Commit
e957427
·
verified ·
1 Parent(s): d47a689

Update RealESRGAN/model.py

Browse files
Files changed (1) hide show
  1. RealESRGAN/model.py +1 -1
RealESRGAN/model.py CHANGED
@@ -4,7 +4,7 @@ from torch.nn import functional as F
4
  from PIL import Image
5
  import numpy as np
6
  import cv2
7
- from huggingface_hub import hf_hub_url, hf_hub_download, cached_download
8
 
9
  from .rrdbnet_arch import RRDBNet
10
  from .utils import pad_reflect, split_image_into_overlapping_patches, stich_together, \
 
4
  from PIL import Image
5
  import numpy as np
6
  import cv2
7
+ from huggingface_hub import hf_hub_url, hf_hub_download
8
 
9
  from .rrdbnet_arch import RRDBNet
10
  from .utils import pad_reflect, split_image_into_overlapping_patches, stich_together, \