Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 11, 2024
2 parents 269be36 + 15c73cb commit b8ef5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_plankton_separation/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,5 @@ def predict(**kwargs):
else:
message = "Result saved in {}".format(output_path)

return message, score
return message, str(score)

0 comments on commit b8ef5ad

Please sign in to comment.