From 2780a301de4483e5c46edb230ea781556159c658 Mon Sep 17 00:00:00 2001 From: Eric Mintun Date: Mon, 10 Apr 2023 10:50:17 -0700 Subject: [PATCH] Fix typo in notebook 'using_collab'->'using_colab' in other two notebooks. --- notebooks/automatic_mask_generator_example.ipynb | 2 +- notebooks/predictor_example.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/automatic_mask_generator_example.ipynb b/notebooks/automatic_mask_generator_example.ipynb index 946d45e..a092b95 100644 --- a/notebooks/automatic_mask_generator_example.ipynb +++ b/notebooks/automatic_mask_generator_example.ipynb @@ -74,7 +74,7 @@ "id": "47e5a78f", "metadata": {}, "source": [ - "If running locally using jupyter, first install `segment_anything` in your environment using the [installation instructions](https://github.com/facebookresearch/segment-anything#installation) in the repository. If running from Google Colab, set `using_collab=True` below and run the cell. In Colab, be sure to select 'GPU' under 'Edit'->'Notebook Settings'->'Hardware accelerator'." + "If running locally using jupyter, first install `segment_anything` in your environment using the [installation instructions](https://github.com/facebookresearch/segment-anything#installation) in the repository. If running from Google Colab, set `using_colab=True` below and run the cell. In Colab, be sure to select 'GPU' under 'Edit'->'Notebook Settings'->'Hardware accelerator'." ] }, { diff --git a/notebooks/predictor_example.ipynb b/notebooks/predictor_example.ipynb index 239d336..5f365d8 100644 --- a/notebooks/predictor_example.ipynb +++ b/notebooks/predictor_example.ipynb @@ -74,7 +74,7 @@ "id": "07fabfee", "metadata": {}, "source": [ - "If running locally using jupyter, first install `segment_anything` in your environment using the [installation instructions](https://github.com/facebookresearch/segment-anything#installation) in the repository. If running from Google Colab, set `using_collab=True` below and run the cell. In Colab, be sure to select 'GPU' under 'Edit'->'Notebook Settings'->'Hardware accelerator'." + "If running locally using jupyter, first install `segment_anything` in your environment using the [installation instructions](https://github.com/facebookresearch/segment-anything#installation) in the repository. If running from Google Colab, set `using_colab=True` below and run the cell. In Colab, be sure to select 'GPU' under 'Edit'->'Notebook Settings'->'Hardware accelerator'." ] }, {