Skip to content

Commit e54c6cf

Browse files
Paul NoirelPaul Noirel
authored andcommitted
Update test_img_url to use the assets folder
1 parent 39f52d8 commit e54c6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/model_assisted_labeling/image_mal.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"# Note see Ontology, Project, and Project_setup notebooks for more information on this section.\n",
175175
"project = client.create_project(name=\"image_mal_project\")\n",
176176
"dataset = client.create_dataset(name=\"image_mal_dataset\")\n",
177-
"test_img_url = \"https://upload.wikimedia.org/wikipedia/commons/thumb/0/08/Kitano_Street_Kobe01s5s4110.jpg/2560px-Kitano_Street_Kobe01s5s4110.jpg\"\n",
177+
"test_img_url = \"https://raw.githubusercontent.com/Labelbox/labelbox-python/sdk/examples/assets/2560px-Kitano_Street_Kobe01s5s4110.jpg\"\n",
178178
"dataset.create_data_row(row_data=test_img_url)\n",
179179
"editor = next(\n",
180180
" client.get_labeling_frontends(where=LabelingFrontend.name == \"Editor\"))\n",

0 commit comments

Comments
 (0)