From d04ed2f8939b14b8993d3910ade1bb7b43744a22 Mon Sep 17 00:00:00 2001 From: v3ucn Date: Wed, 23 Jul 2025 17:16:19 +0800 Subject: [PATCH] Delete redundant libraries Delete redundant libraries --- src/infer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/infer.py b/src/infer.py index 1726fd8..91678ef 100644 --- a/src/infer.py +++ b/src/infer.py @@ -5,7 +5,6 @@ from torch.nn.utils.rnn import pad_sequence from torchdiffeq import odeint from safetensors.torch import load_file -import IPython.display as ipd # Import F5-TTS modules from f5_tts.model import CFM, UNetT, DiT