Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marinecolin authored Jul 11, 2024
1 parent f604751 commit 15c73cb
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 15c73cb

Please sign in to comment.