Fix typos

This commit is contained in:
Andras Schmelczer 2022-07-15 17:50:26 +02:00
parent aa548f0074
commit aa31d2bb0a
No known key found for this signature in database
GPG key ID: 39260B5B0614A13E
7 changed files with 13 additions and 15 deletions

View file

@ -6,7 +6,7 @@
"source": [
"# Harden and deploy your app\n",
"\n",
"Finally, it's time to deploy your model. But before that, you have to make sure you follow AI deployment [best-practices](https://se-ml.github.io/). In the past, this step was too often either the source of unexpected struggles, or worse, simply ignored.\n",
"Finally, it's time to deploy your model. But before that, you have to make sure you follow AI deployment [best-practices](https://se-ml.github.io/). In the past, this step was too often either the source of unexpected struggle, or worse, simply ignored.\n",
"\n",
"With `GreatAI`, it has become a matter of 4 lines of code."
]