Spaces:
Runtime error
Runtime error
Update OpenVoice/models.py
Browse files- OpenVoice/models.py +3 -3
OpenVoice/models.py
CHANGED
@@ -3,9 +3,9 @@ import torch
|
|
3 |
from torch import nn
|
4 |
from torch.nn import functional as F
|
5 |
|
6 |
-
import
|
7 |
-
import
|
8 |
-
import
|
9 |
|
10 |
from torch.nn import Conv1d, ConvTranspose1d, Conv2d
|
11 |
from torch.nn.utils import weight_norm, remove_weight_norm, spectral_norm
|
|
|
3 |
from torch import nn
|
4 |
from torch.nn import functional as F
|
5 |
|
6 |
+
from . 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
|