Skip to content

Commit 645c1d1

Browse files
committed
fix: reapply the changes lost during the rebase
1 parent c4a89ef commit 645c1d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/model_services/medcat_model_deid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def info(self) -> ModelCard:
6969
model_type=ModelType.ANONCAT,
7070
api_version=self.api_version,
7171
model_card=model_card,
72+
labels=self.model.cdb.cui2preferred_name,
7273
)
7374

7475
def annotate(self, text: str) -> List[Annotation]:

0 commit comments

Comments
 (0)