Skip to content

Commit 4dc1528

Browse files
committed
fix prediction parameter name
1 parent 5ae3e32 commit 4dc1528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def __annotation_upload(
413413
"?api_key=",
414414
self.__api_key,
415415
"&name=" + os.path.basename(annotation_path),
416-
"&is_prediction=true" if is_prediction else "",
416+
"&prediction=true" if is_prediction else "",
417417
]
418418
)
419419

0 commit comments

Comments
 (0)