Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inf3rnus authored Nov 10, 2024
1 parent f8c4f91 commit b6f0664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions julia/Bytez/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,7 @@ label_objects = result["output"]
for label_object in label_objects
# Depending on the model, there may be additional props returned
println(label_object)

score = label_object["score"]
label = label_object["label"]
println("Score: $score, Label: $label")
Expand Down

0 comments on commit b6f0664

Please sign in to comment.