Spaces:
Running
on
Zero
Running
on
Zero
Update RealESRGAN/model.py
Browse files- 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
|
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, \
|