amosfang commited on
Commit
933acbd
1 Parent(s): 41031b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def predict2(pilimg):
69
  detection_model = load_model()
70
 
71
  # Specify paths to example images
72
- example_image_paths = ["test_1.jpg"]
73
 
74
  # Create a list of example inputs and outputs using a for loop
75
  example_inputs = [Image.open(path) for path in example_image_paths]
 
69
  detection_model = load_model()
70
 
71
  # Specify paths to example images
72
+ example_image_paths = ["test_1.jpg", "test_1.jpg"]
73
 
74
  # Create a list of example inputs and outputs using a for loop
75
  example_inputs = [Image.open(path) for path in example_image_paths]