From 48035a329f386ac3394794dcac584d27428c2423 Mon Sep 17 00:00:00 2001 From: Eren Date: Fri, 7 Sep 2018 09:53:40 +0200 Subject: [PATCH] Remove redundant import --- server/synthesizer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/synthesizer.py b/server/synthesizer.py index 534b1313..815f45a8 100644 --- a/server/synthesizer.py +++ b/server/synthesizer.py @@ -4,7 +4,6 @@ import librosa import torch import scipy import numpy as np -import soundfile as sf from TTS.utils.text import text_to_sequence from TTS.utils.generic_utils import load_config from TTS.utils.audio import AudioProcessor