Qilex commited on
Commit
32d52a2
·
1 Parent(s): eb731a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"