How would you do multilabel classification using fastai-v1?

Just wanted to ask how would we classify images with multiple labels using this library

Based on structure of previous version of fast.ai this will come in next lessons. It was done by loading labels from CSV file and models and layers were automatically adjusted to new scenario.

Cheers

Michal