Spaces:
Sleeping
Sleeping
ashishkgpian
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
# Load the model
|
7 |
classifier = pipeline(
|
8 |
"text-classification",
|
9 |
-
model="ashishkgpian/
|
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
|