s1ri1337 commited on
Commit
ce9d0ce
1 Parent(s): b5d8346

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ def encoder(text):
14
  def predict(text):
15
  encoded_text = encoder(text)
16
  #print(encoded_text)
 
17
  prediction = (model.predict(encoded_text))
18
  return prediction
19
  #prediction = np.round(prediction)
 
14
  def predict(text):
15
  encoded_text = encoder(text)
16
  #print(encoded_text)
17
+
18
  prediction = (model.predict(encoded_text))
19
  return prediction
20
  #prediction = np.round(prediction)