Skip to content

Commit c557061

Browse files
author
Val Brodsky
committed
Remove ndjson uuid from html_predictions.ipynb
1 parent e29e920 commit c557061

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/prediction_upload/html_predictions.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
"\n",
416416
"Labelbox support two formats for the annotations payload: NDJSON and Python Annotation types. Both are described below to compose your annotations into Labels attached to the data rows.\n",
417417
"\n",
418-
"The resulting label_ndjson should have exactly the same content for annotations that are supported by both (with exception of the uuid strings that are generated)"
418+
"The resulting label_ndjson should have exactly the same content for annotations that are supported by both"
419419
],
420420
"cell_type": "markdown"
421421
},
@@ -460,7 +460,6 @@
460460
" nested_checklist_prediction_ndjson\n",
461461
"]:\n",
462462
" annot.update({\n",
463-
" 'uuid': str(uuid.uuid4()),\n",
464463
" 'dataRow': {'id': data_row.uid},\n",
465464
" })\n",
466465
" ndjson_prediction_method2.append(annot)"
@@ -641,7 +640,6 @@
641640
" text_annotation_ndjson\n",
642641
" ]:\n",
643642
" annot.update({\n",
644-
" 'uuid': str(uuid.uuid4()),\n",
645643
" 'dataRow': {'id': data_row.uid},\n",
646644
" })\n",
647645
" ndjson_annotation.append(annot)"

0 commit comments

Comments
 (0)