change import statements

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