freeCS-dot-org commited on
Commit
ba98396
1 Parent(s): ce9df87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def main(img):
21
  # Make predictions
22
  predictions = model.predict(img_array)
23
 
24
- confidence = 0.01
25
 
26
  # Interpret the predictions
27
  if predictions[0][0] > confidence:
 
21
  # Make predictions
22
  predictions = model.predict(img_array)
23
 
24
+ confidence = 0.001
25
 
26
  # Interpret the predictions
27
  if predictions[0][0] > confidence: