Spaces:
Sleeping
Sleeping
Update sr/esrgan/RealESRGAN/model.py
Browse files
sr/esrgan/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
|
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
|
8 |
|
9 |
from .rrdbnet_arch import RRDBNet
|
10 |
from .utils import pad_reflect, split_image_into_overlapping_patches, stich_together, \
|