Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit a9fb49b

Browse files
Update uploader.py
1 parent c0f666f commit a9fb49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/uploader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def create_upload(row_dict:dict, row_data_col:str, global_key_col:str, external_
268268
"data_row" : data_row,
269269
"project_id" : projectId,
270270
"dataset_id" : datasetId,
271-
"annotations" : annotations
271+
"annotations" : annotations,
272272
"model_run_id" : modelRunId,
273273
"predictions" : predictions
274274
}

0 commit comments

Comments
 (0)