Skip to content

Commit d1513f7

Browse files
authored
Update StyleTTS2_Demo_LibriTTS.ipynb
same as #90
1 parent 2210650 commit d1513f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Colab/StyleTTS2_Demo_LibriTTS.ipynb

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

0 commit comments

Comments
 (0)