Hector Lopez commited on
Commit
7a3e7a3
·
1 Parent(s): 20fd8f5
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ if image_file is not None:
33
  print(image_file)
34
  print('Getting predictions')
35
  data = image_file.read()
 
36
  pred_dict = predict(model, data)
37
  print('Fixing the preds')
38
  boxes, image = prepare_prediction(pred_dict)
 
33
  print(image_file)
34
  print('Getting predictions')
35
  data = image_file.read()
36
+ print(data)
37
  pred_dict = predict(model, data)
38
  print('Fixing the preds')
39
  boxes, image = prepare_prediction(pred_dict)