Skip to content

Commit

Permalink
Update Inference_LibriTTS.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
AMEERAZAM08 authored Nov 26, 2023
1 parent 0c0ce96 commit 9508d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/Inference_LibriTTS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,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 9508d97

Please sign in to comment.