Skip to content

Commit

Permalink
fix(colab): zero shot import
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Sep 4, 2024
1 parent a4c8a5a commit 8fcc0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ipynb/colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
"metadata": {},
"outputs": [],
"source": [
"from tools.audio import load_audio\n",
"from ChatTTS.tools.audio import load_audio\n",
"\n",
"spk_smp = chat.sample_audio_speaker(load_audio(\"sample.mp3\", 24000))\n",
"print(spk_smp) # save it in order to load the speaker without sample audio next time\n",
Expand Down

0 comments on commit 8fcc0cd

Please sign in to comment.