publichealthsurveillance commited on
Commit
10fc93c
1 Parent(s): 0d42ce8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ examples = [["I only get my kids the ones I got....I've turned down many so call
7
  # predictor_bert = ktrain.load_predictor('bert')
8
  # predictor_mental = ktrain.load_predictor('mentalbert')
9
  predictor_phs = ktrain.load_predictor('phsbert')
 
10
 
11
  def bert(text):
12
  results = predictor_bert.predict(str(text))
 
7
  # predictor_bert = ktrain.load_predictor('bert')
8
  # predictor_mental = ktrain.load_predictor('mentalbert')
9
  predictor_phs = ktrain.load_predictor('phsbert')
10
+ predictor_phs.predict("I only get my kids the ones I got....I've turned down many so called 'vaccines'")
11
 
12
  def bert(text):
13
  results = predictor_bert.predict(str(text))