OWLv2 object detection

Hi!
I have foto with “woman”
For OWLv2 object detector
image = Image.open(“fig.png”)
texts = [[“woman”, “man”,“boy”]]

I’m getting detection “woman” with
given confidence and location.

Could I get the probability for the second class “photo of man” at the same location?
(top 3 probabilities)