diff --git a/clone_voice.ipynb b/clone_voice.ipynb index eb2495ca..380443b5 100644 --- a/clone_voice.ipynb +++ b/clone_voice.ipynb @@ -23,7 +23,7 @@ "outputs": [], "source": [ "# From https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer\n", - "from hubert.hubert_manager import HuBERTManager\n", + "from bark_hubert_quantizer.hubert_manager import HuBERTManager\n", "hubert_manager = HuBERTManager()\n", "hubert_manager.make_sure_hubert_installed()\n", "hubert_manager.make_sure_tokenizer_installed()"