Skip to content

Commit b6f0664

Browse files
authored
Update README.md
1 parent f8c4f91 commit b6f0664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

julia/Bytez/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@ label_objects = result["output"]
871871
for label_object in label_objects
872872
# Depending on the model, there may be additional props returned
873873
println(label_object)
874+
874875
score = label_object["score"]
875876
label = label_object["label"]
876877
println("Score: $score, Label: $label")

0 commit comments

Comments
 (0)