Skip to content

Commit b707e44

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/prediction_upload/image_predictions.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@
678678
"\n",
679679
"Create the prediction payload using the snippets of code in ***Supported Predictions*** section. \n",
680680
"\n",
681-
"The resulting label_ndjson should have exactly the same content for predictions that are supported by both (with exception of the uuid strings that are generated)"
681+
"The resulting label_ndjson should have exactly the same content for predictions that are supported by both"
682682
],
683683
"cell_type": "markdown"
684684
},
@@ -734,7 +734,6 @@
734734
" nested_checklist_prediction_ndjson\n",
735735
"]:\n",
736736
" annot.update({\n",
737-
" 'uuid': str(uuid.uuid4()),\n",
738737
" 'dataRow': {'id': data_row.uid},\n",
739738
" })\n",
740739
" ndjson_prediction_method2.append(annot)"
@@ -1019,7 +1018,6 @@
10191018
" text_annotation_ndjson\n",
10201019
"]:\n",
10211020
" annot.update({\n",
1022-
" 'uuid': str(uuid.uuid4()),\n",
10231021
" 'dataRow': {'id': data_row.uid},\n",
10241022
" })\n",
10251023
" ndjson_annotation.append(annot) \n",

0 commit comments

Comments
 (0)