nlpblogs commited on
Commit
fd6f970
·
verified ·
1 Parent(s): c35e53c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ max_attempts = 10
38
  def load_ner_model():
39
  """Loads the pre-trained NER model and caches it."""
40
 
41
- return pipeline("token-classification", model="blaze999/Medical-NER", aggregation_strategy="average")
42
 
43
 
44
  # --- UI Elements ---
 
38
  def load_ner_model():
39
  """Loads the pre-trained NER model and caches it."""
40
 
41
+ return pipeline("token-classification", model="ckiplab/albert-tiny-chinese-ner", aggregation_strategy="average")
42
 
43
 
44
  # --- UI Elements ---