From 24432776792f9c0dcf92eff8437dfc8b2dfb2e44 Mon Sep 17 00:00:00 2001 From: Pavel Esir Date: Mon, 29 Jan 2024 13:29:52 +0100 Subject: [PATCH] remove webm file --- notebooks/284-openvoice/284-openvoice.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/notebooks/284-openvoice/284-openvoice.ipynb b/notebooks/284-openvoice/284-openvoice.ipynb index 75f3dc090e6..822475f3787 100644 --- a/notebooks/284-openvoice/284-openvoice.ipynb +++ b/notebooks/284-openvoice/284-openvoice.ipynb @@ -717,7 +717,6 @@ "en_source_style_se = torch.load(f'{en_ckpt_path}/en_style_se.pth')\n", "zh_source_se = torch.load(f'{zh_ckpt_path}/zh_default_se.pth') if enable_chinese_lang else None\n", "\n", - "ref_speaker_path = r'/home/epavel/recording.webm'\n", "target_se, audio_name = se_extractor.get_se(ref_speaker_path, tone_color_converter, target_dir='processed', vad=True) # ffmpeg must be installed" ] },