Skip to content

Commit 5e81488

Browse files
authored
Replace asset url
url was pointing to the data in github repo which had a cors issue.
1 parent a6d733f commit 5e81488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/annotation_import/image.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
"\n",
534534
"\n",
535535
"test_img_url = {\n",
536-
" \"row_data\": \"https://raw.githubusercontent.com/Labelbox/labelbox-python/develop/examples/assets/2560px-Kitano_Street_Kobe01s5s4110.jpg\",\n",
536+
" \"row_data\": \"https://storage.googleapis.com/labelbox-datasets/image_sample_data/2560px-Kitano_Street_Kobe01s5s4110.jpeg\",\n",
537537
" \"global_key\": str(uuid.uuid4())\n",
538538
"}\n",
539539
" \n",

0 commit comments

Comments
 (0)