1
0
mirror of https://github.com/TencentARC/GFPGAN.git synced 2025-05-29 05:30:16 -07:00
This commit is contained in:
Xintao 2022-09-04 22:18:25 +08:00
parent c6593e7221
commit af7569775d
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
1.3.4 1.3.5

View File

@ -14,7 +14,6 @@ import shutil
import tempfile import tempfile
import torch import torch
from basicsr.archs.srvgg_arch import SRVGGNetCompact from basicsr.archs.srvgg_arch import SRVGGNetCompact
from pathlib import Path
from gfpgan import GFPGANer from gfpgan import GFPGANer