correct import statements

This commit is contained in:
Eren Golge
2018-11-03 23:19:23 +01:00
parent bb04a1c6e0
commit 440f51b61d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# coding: utf-8
import torch
from torch import nn
from TTS.utils.text.symbols import symbols
from utils.text.symbols import symbols
from layers.tacotron import Prenet, Encoder, Decoder, PostCBHG