Update app.py
Browse files
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 |
-
|
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 |
|