diff --git a/examples/zeroshot_object_detection_with_owlvit.ipynb b/examples/zeroshot_object_detection_with_owlvit.ipynb index a2917c41..8d319468 100644 --- a/examples/zeroshot_object_detection_with_owlvit.ipynb +++ b/examples/zeroshot_object_detection_with_owlvit.ipynb @@ -26,7 +26,7 @@ "source": [ "## Set-up environment\n", "\n", - "First, we install the HuggingFace Transformers library (from source for now, as the model was recently added to the library and is under active development). This might take a few minutes." + "First, we install the HuggingFace Transformers library. This might take a few minutes." ] }, { @@ -41,7 +41,7 @@ }, "outputs": [], "source": [ - "!pip install -q git+https://github.com/huggingface/transformers.git" + "!pip install -q transformers" ] }, {