AttributeError: attribute 'label' of 'spacy.tokens.span.Span' objects is not writable

Is there a way to edit label name of entities after applying the nlp model?
The label in the dataset is incorrect and i have already trained the model so i am trying to edit the label name.

Thank you.