Skip to content

Commit 49191b4

Browse files
authored
Update Inference_LibriTTS.ipynb
1 parent 48f6ebe commit 49191b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/Inference_LibriTTS.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@
922922
"s_ref = compute_style(path)\n",
923923
"\n",
924924
"text = \"Yea, his honourable worship is within, but he hath a godly minister or two with him, and likewise a leech.\"\n",
925-
"for k,v in texts.items():\n",
925+
"for k,v in ref_texts.items():\n",
926926
" wav = STinference(text, s_ref, v, diffusion_steps=10, alpha=0.5, beta=0.9, embedding_scale=1.5)\n",
927927
" print(k + \": \")\n",
928928
" display(ipd.Audio(wav, rate=24000, normalize=False))"

0 commit comments

Comments
 (0)