Skip to content

Commit

Permalink
remove webm file
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-esir committed Jan 29, 2024
1 parent a9c8ec5 commit 2443277
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notebooks/284-openvoice/284-openvoice.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
Expand Down

0 comments on commit 2443277

Please sign in to comment.