From 22b96e8994fee1a938c501bf19d4a87439afdd62 Mon Sep 17 00:00:00 2001 From: erogol Date: Fri, 17 Jul 2020 12:38:36 +0200 Subject: [PATCH] fix text --- tests/test_vocoder_tf_pqmf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_vocoder_tf_pqmf.py b/tests/test_vocoder_tf_pqmf.py index 75f00d5f..b51e1bb3 100644 --- a/tests/test_vocoder_tf_pqmf.py +++ b/tests/test_vocoder_tf_pqmf.py @@ -4,7 +4,7 @@ import tensorflow as tf import soundfile as sf from librosa.core import load -from TTS.tests import get_tests_path, get_tests_input_path +from tests import get_tests_path, get_tests_input_path from TTS.vocoder.tf.layers.pqmf import PQMF