Unverified Commit 5d030278 authored by 8bitmp3's avatar 8bitmp3 Committed by GitHub
Browse files

Fix OpenCV in Introduction to the TensorFlow Models NLP library notebook

parent 04da8a60
...@@ -103,9 +103,7 @@ ...@@ -103,9 +103,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"# Uninstall colab's opencv-python, it conflicts with `opencv-python-headless`\n", "!pip install -q opencv-python"
"# which is installed by tf-models-official\n",
"!pip uninstall -y opencv-python"
] ]
}, },
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment