learn.show_results() function does not show which label is the ground truth and which is the prediction. This was there in fastai v1 but seems in the last version at some point has been dropped.
In fastai v2:

fastai v1:

Please add those labels back and/or add this information to the documentation:
• The upper label is the ground truth (actual) class.
• The lower label is the model’s prediction.