Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def preprocess_text(text):
|
|
50 |
def categorize(card):
|
51 |
text = preprocess_text(card)
|
52 |
prediction = predict(text)
|
53 |
-
|
54 |
return format_output(prediction)
|
55 |
|
56 |
title = "Color pAI Version 1.0"
|
|
|
50 |
def categorize(card):
|
51 |
text = preprocess_text(card)
|
52 |
prediction = predict(text)
|
53 |
+
print(prediction)
|
54 |
return format_output(prediction)
|
55 |
|
56 |
title = "Color pAI Version 1.0"
|