Fix typo in notebooks

This commit is contained in:
Josh Meyer 2021-07-27 11:06:38 -04:00
parent bc1839baf4
commit 4eb5d7814a
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Install Coqui STT if you need to",
"## Install Coqui STT if you need to\n",
"# !pip install https://github.com/coqui-ai/STT/archive/main.zip\n"
]
},

View File

@ -32,7 +32,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Install Coqui STT if you need to",
"## Install Coqui STT if you need to\n",
"# !pip install https://github.com/coqui-ai/STT/archive/main.zip\n"
]
},