mazed commited on
Commit
02eeaa9
·
verified ·
1 Parent(s): 21b9883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ vectorizer = TextVectorization(max_tokens=250000,
13
  vectorizer.adapt(X)
14
 
15
  #load the model
16
- model = tf.keras.models.load_model('CT_epoch_3.h5')
17
 
18
 
19
  def score_comment(comment):
 
13
  vectorizer.adapt(X)
14
 
15
  #load the model
16
+ model = tf.keras.models.load_model('comment_toxicity_model.h5')
17
 
18
 
19
  def score_comment(comment):