We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c4f91 commit b6f0664Copy full SHA for b6f0664
julia/Bytez/README.md
@@ -871,6 +871,7 @@ label_objects = result["output"]
871
for label_object in label_objects
872
# Depending on the model, there may be additional props returned
873
println(label_object)
874
+
875
score = label_object["score"]
876
label = label_object["label"]
877
println("Score: $score, Label: $label")
0 commit comments