Spaces:
Running
Running
Update OpenVoice/models.py
Browse files- OpenVoice/models.py +2 -2
OpenVoice/models.py
CHANGED
|
@@ -4,8 +4,8 @@ from torch import nn
|
|
| 4 |
from torch.nn import functional as F
|
| 5 |
|
| 6 |
import commons
|
| 7 |
-
from .
|
| 8 |
-
from .
|
| 9 |
|
| 10 |
from torch.nn import Conv1d, ConvTranspose1d, Conv2d
|
| 11 |
from torch.nn.utils import weight_norm, remove_weight_norm, spectral_norm
|
|
|
|
| 4 |
from torch.nn import functional as F
|
| 5 |
|
| 6 |
import commons
|
| 7 |
+
from . import modules
|
| 8 |
+
from . import attentions
|
| 9 |
|
| 10 |
from torch.nn import Conv1d, ConvTranspose1d, Conv2d
|
| 11 |
from torch.nn.utils import weight_norm, remove_weight_norm, spectral_norm
|