Spaces:
Runtime error
Runtime error
Commit
·
c671d25
1
Parent(s):
1e03dc3
Update vtoonify.py
Browse files- vtoonify.py +1 -1
vtoonify.py
CHANGED
@@ -3,7 +3,7 @@ import numpy as np
|
|
3 |
import math
|
4 |
from torch import nn
|
5 |
from model.stylegan.model import ConvLayer, EqualLinear, Generator, ResBlock
|
6 |
-
from
|
7 |
import torch.nn.functional as F
|
8 |
|
9 |
# IC-GAN: stylegan discriminator
|
|
|
3 |
import math
|
4 |
from torch import nn
|
5 |
from model.stylegan.model import ConvLayer, EqualLinear, Generator, ResBlock
|
6 |
+
from dualstylegan import AdaptiveInstanceNorm, AdaResBlock, DualStyleGAN
|
7 |
import torch.nn.functional as F
|
8 |
|
9 |
# IC-GAN: stylegan discriminator
|