Skip to content

Commit f99375e

Browse files
authored
Update data type in label prediction creation
1 parent c9e4507 commit f99375e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/prediction_upload/text_predictions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527
"source": [
528528
"# Create a Label for predictions\n",
529529
"label_prediction = Label(\n",
530-
" data=ImageData(uid=data_row.uid),\n",
530+
" data=TextData(uid=data_row.uid),\n",
531531
" annotations = [\n",
532532
" entities_prediction, \n",
533533
" radio_prediction, \n",

0 commit comments

Comments
 (0)