imamnurby commited on
Commit
eb040a4
1 Parent(s): b6be264

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def predict():
68
  config
69
  )
70
 
71
- # print(predictions)
72
  if type(predictions) == str:
73
  if predictions == 'null':
74
  return jsonify({'predictions': 'null'})
 
68
  config
69
  )
70
 
71
+ print(predictions)
72
  if type(predictions) == str:
73
  if predictions == 'null':
74
  return jsonify({'predictions': 'null'})