amosfang commited on
Commit
3eccc6e
1 Parent(s): 92d16e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def predict(image_np):
71
  detection_model = load_model()
72
 
73
  # Specify paths to example images
74
- sample_images = [["test_1.jpg"]]
75
 
76
  # Create a list of example inputs and outputs using a for loop
77
  # example_inputs = [Image.open(image) for image in sample_images]
 
71
  detection_model = load_model()
72
 
73
  # Specify paths to example images
74
+ sample_images = [["test_1.jpg"],["test_5.jpg"],["test_6.jpg"],["test_7.jpg"],["test_8.jpg"]]
75
 
76
  # Create a list of example inputs and outputs using a for loop
77
  # example_inputs = [Image.open(image) for image in sample_images]