Skip to content

Commit

Permalink
Merge pull request google-ai-edge#43 from googlesamples/python_text_e…
Browse files Browse the repository at this point in the history
…mbedder

formatting fix for python text embedder
  • Loading branch information
PaulTR authored Feb 6, 2023
2 parents 30c7f96 + a41d4e9 commit 714ddeb
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 714ddeb

Please sign in to comment.