We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b14be commit a6693d8Copy full SHA for a6693d8
examples/prediction_upload/video_predictions.ipynb
@@ -478,7 +478,7 @@
478
" \"global_key\": global_key\n",
479
"}\n",
480
"dataset = client.create_dataset(name=\"video_prediction_demo\")\n",
481
- "task = dataset.create_data_row(test_img_url)\n",
+ "task = dataset.create_data_rows([test_img_url])\n",
482
"task.wait_till_done()\n",
483
"print(\"Errors: \",task.errors)\n",
484
"print(\"Failed data rows: \",task.failed_data_rows)"
0 commit comments