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):