Conner commited on
Commit
006d1ba
·
1 Parent(s): 83dae79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -35,7 +35,6 @@ def predict(image):
35
 
36
  # run the inference
37
  prediction = model.predict(data)
38
- print(prediction)
39
  return prediction
40
 
41
 
 
35
 
36
  # run the inference
37
  prediction = model.predict(data)
 
38
  return prediction
39
 
40