Add cell to install STT in notebooks

This commit is contained in:
Josh Meyer 2021-07-27 11:01:02 -04:00
parent 4f14420a25
commit bc1839baf4
2 changed files with 22 additions and 0 deletions

View File

@ -27,6 +27,17 @@
"*PS - If you just want a working, off-the-shelf model, check out the [🐸 Model Zoo](https://www.coqui.ai/models)*"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "fa2aec77",
"metadata": {},
"outputs": [],
"source": [
"# Install Coqui STT if you need to",
"# !pip install https://github.com/coqui-ai/STT/archive/main.zip\n"
]
},
{
"cell_type": "markdown",
"id": "8c07a273",

View File

@ -25,6 +25,17 @@
"*PS - If you just want a working, off-the-shelf model, check out the [🐸 Model Zoo](https://www.coqui.ai/models)*"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "fa2aec78",
"metadata": {},
"outputs": [],
"source": [
"# Install Coqui STT if you need to",
"# !pip install https://github.com/coqui-ai/STT/archive/main.zip\n"
]
},
{
"cell_type": "markdown",
"id": "be5fe49c",