From e0cc36cace826571d2eab58f780044ff3867f3a7 Mon Sep 17 00:00:00 2001 From: litagin02 Date: Sat, 17 Feb 2024 17:22:04 +0900 Subject: [PATCH] Fix import --- common/tts_model.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/tts_model.py b/common/tts_model.py index 1bf5898..0482096 100644 --- a/common/tts_model.py +++ b/common/tts_model.py @@ -25,8 +25,6 @@ from .constants import ( DEFAULT_STYLE_WEIGHT, ) from .log import logger -from torchfcpe import spawn_bundled_infer_model -import librosa def adjust_voice(fs, wave, pitch_scale, intonation_scale):