Spaces:
Sleeping
Sleeping
ashishkgpian
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
|
|
4 |
# Load the model
|
5 |
classifier = pipeline(
|
6 |
"text-classification",
|
7 |
-
model="ashishkgpian/
|
8 |
)
|
9 |
|
10 |
def classify_symptoms(text):
|
|
|
4 |
# Load the model
|
5 |
classifier = pipeline(
|
6 |
"text-classification",
|
7 |
+
model="ashishkgpian/biobert_icd9_classifier_ehr"
|
8 |
)
|
9 |
|
10 |
def classify_symptoms(text):
|