Skip to content

Commit cad468b

Browse files
authored
Update image asset link
1 parent 7e229b7 commit cad468b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/prediction_upload/image_predictions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@
545545
"source": [
546546
"# send a sample image as batch to the project\n",
547547
"test_img_url = {\n",
548-
" \"row_data\": \"https://raw.githubusercontent.com/Labelbox/labelbox-python/develop/examples/assets/2560px-Kitano_Street_Kobe01s5s4110.jpg\",\n",
548+
" \"row_data\": \"https://storage.googleapis.com/labelbox-datasets/image_sample_data/2560px-Kitano_Street_Kobe01s5s4110.jpeg\",\n",
549549
" \"global_key\": str(uuid.uuid4())\n",
550550
"}\n",
551551
"dataset = client.create_dataset(name=\"image_prediction_demo\")\n",

0 commit comments

Comments
 (0)