Skip to content

Commit

Permalink
Update StyleTTS2_Demo_LibriTTS.ipynb
Browse files Browse the repository at this point in the history
same as yl4579#90
  • Loading branch information
yl4579 authored Nov 26, 2023
1 parent 2210650 commit d1513f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Colab/StyleTTS2_Demo_LibriTTS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@
"s_ref = compute_style(path)\n",
"\n",
"text = \"Yea, his honourable worship is within, but he hath a godly minister or two with him, and likewise a leech.\"\n",
"for k,v in texts.items():\n",
"for k,v in ref_texts.items():\n",
" wav = STinference(text, s_ref, v, diffusion_steps=10, alpha=0.5, beta=0.9, embedding_scale=1.5)\n",
" print(k + \": \")\n",
" display(ipd.Audio(wav, rate=24000, normalize=False))"
Expand Down

0 comments on commit d1513f7

Please sign in to comment.