thealper2 commited on
Commit
582ba71
·
1 Parent(s): a327a01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,8 +92,8 @@ def predict_text(model, sentence):
92
  output = model(input_id, mask)
93
 
94
  categories = {
95
- 0: 'HAM',
96
- 1: 'SPAM',
97
  }
98
 
99
  # Kategorik sınıfı döndür.
 
92
  output = model(input_id, mask)
93
 
94
  categories = {
95
+ 0: 'ZARARSIZ',
96
+ 1: 'ZARARLI',
97
  }
98
 
99
  # Kategorik sınıfı döndür.