clearer tts instruction

This commit is contained in:
jason-on-salt-a40
2024-03-30 12:45:26 -07:00
parent 741a6559e9
commit a6a67899a8
3 changed files with 45 additions and 12 deletions

View File

@@ -39,6 +39,19 @@
"from models import voicecraft\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# install MFA models and dictionaries if you haven't done so already\n",
"!source ~/.bashrc && \\\n",
" conda activate voicecraft && \\\n",
" mfa model download dictionary english_us_arpa && \\\n",
" mfa model download acoustic english_us_arpa"
]
},
{
"cell_type": "code",
"execution_count": 3,