Setting up model and learner for multilabel classification model deployment

Sorry, I am still a bit confused. I found your reply to a similar thread:

Also what about classes= in here:

model_file_url = ‘www’
model_file_name = ‘model’
classes = [‘Class1’, ‘Class2’, ‘Class3’]
path = Path( file ).parent

Do we still need to list all multilabels categories here?

Just to confirm, I am talking about multilabel , like in this example, only in my case there could be 4 to 6 multilabel tags in a single image.