Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,8 @@ import os
|
|
2 |
|
3 |
import sys
|
4 |
from torchvision.transforms import functional
|
5 |
-
sys.modules["torchvision.transforms.functional_tensor"] = functional
|
|
|
6 |
|
7 |
from basicsr.archs.srvgg_arch import SRVGGNetCompact
|
8 |
from gfpgan.utils import GFPGANer
|
|
|
2 |
|
3 |
import sys
|
4 |
from torchvision.transforms import functional
|
5 |
+
sys.modules["torchvision.transforms.functional_tensor"] = functional
|
6 |
+
# //sequntila NotImplemented
|
7 |
|
8 |
from basicsr.archs.srvgg_arch import SRVGGNetCompact
|
9 |
from gfpgan.utils import GFPGANer
|