Spaces:
Build error
Build error
Commit
•
59b335e
1
Parent(s):
a893990
Update app.py (#2)
Browse files- Update app.py (a70af8763e5bfdddbea1eafb7fc5dadf1c8e1997)
Co-authored-by: Mikus <[email protected]>
app.py
CHANGED
@@ -8,11 +8,12 @@ from basicsr.utils.download_util import load_file_from_url
|
|
8 |
from realesrgan import RealESRGANer
|
9 |
from realesrgan.archs.srvgg_arch import SRVGGNetCompact
|
10 |
from torchvision.transforms.functional import rgb_to_grayscale
|
11 |
-
|
12 |
|
13 |
last_file = None
|
14 |
img_mode = "RGBA"
|
15 |
|
|
|
16 |
def realesrgan(img, model_name, denoise_strength, face_enhance, outscale):
|
17 |
"""Real-ESRGAN function to restore (and upscale) images.
|
18 |
"""
|
|
|
8 |
from realesrgan import RealESRGANer
|
9 |
from realesrgan.archs.srvgg_arch import SRVGGNetCompact
|
10 |
from torchvision.transforms.functional import rgb_to_grayscale
|
11 |
+
import spaces
|
12 |
|
13 |
last_file = None
|
14 |
img_mode = "RGBA"
|
15 |
|
16 |
+
@spaces.GPU()
|
17 |
def realesrgan(img, model_name, denoise_strength, face_enhance, outscale):
|
18 |
"""Real-ESRGAN function to restore (and upscale) images.
|
19 |
"""
|