Fix typo in notebook 'using_collab'->'using_colab' in other two notebooks.

This commit is contained in:
Eric Mintun 2023-04-10 10:50:17 -07:00
parent 2c11ea2352
commit 2780a301de
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
"id": "47e5a78f", "id": "47e5a78f",
"metadata": {}, "metadata": {},
"source": [ "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'."
] ]
}, },
{ {

View File

@ -74,7 +74,7 @@
"id": "07fabfee", "id": "07fabfee",
"metadata": {}, "metadata": {},
"source": [ "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'."
] ]
}, },
{ {