AlexK-PL commited on
Commit
1547fb7
·
1 Parent(s): f46cb13

Update hifigan/models.py

Browse files
Files changed (1) hide show
  1. hifigan/models.py +1 -1
hifigan/models.py CHANGED
@@ -3,7 +3,7 @@ import torch.nn.functional as F
3
  import torch.nn as nn
4
  from torch.nn import Conv1d, ConvTranspose1d, AvgPool1d, Conv2d
5
  from torch.nn.utils import weight_norm, remove_weight_norm, spectral_norm
6
- from tacotron_gst.hifigan.utils import init_weights, get_padding
7
 
8
  LRELU_SLOPE = 0.1
9
 
 
3
  import torch.nn as nn
4
  from torch.nn import Conv1d, ConvTranspose1d, AvgPool1d, Conv2d
5
  from torch.nn.utils import weight_norm, remove_weight_norm, spectral_norm
6
+ from hifigan.utils import init_weights, get_padding
7
 
8
  LRELU_SLOPE = 0.1
9