MattStammers commited on
Commit
3e16de2
·
verified ·
1 Parent(s): a15362f

Final config

Browse files

Final configuration of the app for demonstration

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
  # Load the Distil_IBD_BERT model for IBD classification
5
  classifier = pipeline(
6
  "text-classification",
7
- model="MattStammers/Distil_IBD_BERT_Histopathology",
8
  return_all_scores=True
9
  )
10
 
 
4
  # Load the Distil_IBD_BERT model for IBD classification
5
  classifier = pipeline(
6
  "text-classification",
7
+ model="MattStammers/Distil_IBD_BERT",
8
  return_all_scores=True
9
  )
10