Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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]
|