amosfang commited on
Commit
465d3eb
1 Parent(s): 7096901

Update app.py

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