mginoben commited on
Commit
3cc4ae3
·
1 Parent(s): cef7bbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -142,6 +142,7 @@ def predict(tweet):
142
 
143
  if type(prediction) is dict:
144
  # return "Model is still loading. Try again."
 
145
  return "Model is loading. Try again."
146
 
147
  if bool(matched_profanity) == False:
 
142
 
143
  if type(prediction) is dict:
144
  # return "Model is still loading. Try again."
145
+ print(prediction)
146
  return "Model is loading. Try again."
147
 
148
  if bool(matched_profanity) == False: