Install STT from pypi in notebook

This commit is contained in:
Josh Meyer 2021-09-15 04:03:27 -04:00 committed by GitHub
parent 5201c2a10c
commit 903c2b4aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,9 +34,9 @@
"metadata": {},
"outputs": [],
"source": [
"## Install Coqui STT if you need to\n",
"!git clone --depth 1 https://github.com/coqui-ai/STT.git\n",
"!cd STT; pip install -U pip wheel setuptools; pip install ."
"## Install Coqui STT\n",
"! pip install -U pip\n",
"! pip install coqui_stt_training"
]
},
{