publichealthsurveillance commited on
Commit
f7f4330
1 Parent(s): 55d90b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +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
- 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))
 
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("'vaccines'")
11
 
12
  def bert(text):
13
  results = predictor_bert.predict(str(text))