DuongTrongChi commited on
Commit
d2fa23b
·
verified ·
1 Parent(s): e3c1518

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ class ToxicCommentClassification:
23
  if float(x['score']) > 0.8:
24
  is_normal = False
25
 
26
- if is_normal:
27
- results['normal'] = 1
28
  return results
29
 
30
 
 
23
  if float(x['score']) > 0.8:
24
  is_normal = False
25
 
26
+ # if is_normal:
27
+ # results['normal'] = 1
28
  return results
29
 
30