Skip to content

Commit 8fcc0cd

Browse files
committedSep 4, 2024·
fix(colab): zero shot import
·
v0.2.4v0.2.0
1 parent a4c8a5a commit 8fcc0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/ipynb/colab.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
"metadata": {},
356356
"outputs": [],
357357
"source": [
358-
"from tools.audio import load_audio\n",
358+
"from ChatTTS.tools.audio import load_audio\n",
359359
"\n",
360360
"spk_smp = chat.sample_audio_speaker(load_audio(\"sample.mp3\", 24000))\n",
361361
"print(spk_smp) # save it in order to load the speaker without sample audio next time\n",

0 commit comments

Comments
 (0)
Please sign in to comment.