ashishkgpian commited on
Commit
bb41e4b
·
verified ·
1 Parent(s): 072d821

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  # Load the model
7
  classifier = pipeline(
8
  "text-classification",
9
- model="ashishkgpian/biolink_bert_base_disease_classification"
10
  )
11
 
12
  # Load ICD9 codes data
 
6
  # Load the model
7
  classifier = pipeline(
8
  "text-classification",
9
+ model="ashishkgpian/biolink_large_disease_classification"
10
  )
11
 
12
  # Load ICD9 codes data