Skip to content

Commit

Permalink
formatting fix for python text embedder
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTR committed Feb 6, 2023
1 parent e6eae7a commit a41d4e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/text_embedder/python/text_embedder.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@
"\n",
"Let's start with installing MediaPipe.\n",
"\n",
"* If you see an error about flatbuffers incompatibility, it's fine to ignore it.\n",
"MediaPipe requires a newer version of flatbuffers (v2), which is incompatible with the older version of Tensorflow (v2.9) currently preinstalled on Colab.\n",
"* *If you see an error about flatbuffers incompatibility, it's fine to ignore it. MediaPipe requires a newer version of flatbuffers (v2), which is incompatible with the older version of Tensorflow (v2.9) currently preinstalled on Colab.*\n",
"\n",
"* If you install MediaPipe outside of Colab, you only need to run pip install mediapipe. It isn't necessary to explicitly install flatbuffers."
"* *If you install MediaPipe outside of Colab, you only need to run pip install mediapipe. It isn't necessary to explicitly install flatbuffers.*"
],
"metadata": {
"id": "7LSy09XEvuJy"
Expand Down

0 comments on commit a41d4e9

Please sign in to comment.