Is it possible to show file name with show_batch

I saw some wrong data in my training data

data.show_batch(rows=6, figsize=(14,12))
image

Clearly the middle picture is not bird, thus it should be labelled as others.

My questions is, can show_bath() somehow display the file’s name so that I can locate it and move it to the correct folder?

thanks