mirror of
https://github.com/jasonppy/VoiceCraft.git
synced 2025-06-05 21:49:11 +02:00
clearer tts instruction
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user