Skip to content

Commit a6693d8

Browse files
ovalle15ovalle15
authored andcommitted
Replace data rows with global keys
1 parent c3b14be commit a6693d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/prediction_upload/video_predictions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
" \"global_key\": global_key\n",
479479
"}\n",
480480
"dataset = client.create_dataset(name=\"video_prediction_demo\")\n",
481-
"task = dataset.create_data_row(test_img_url)\n",
481+
"task = dataset.create_data_rows([test_img_url])\n",
482482
"task.wait_till_done()\n",
483483
"print(\"Errors: \",task.errors)\n",
484484
"print(\"Failed data rows: \",task.failed_data_rows)"

0 commit comments

Comments
 (0)