jacoballessio
commited on
Commit
•
71e54ce
1
Parent(s):
5204502
Update README.md
Browse files
README.md
CHANGED
@@ -40,9 +40,9 @@ def predict(image_path, model, preprocess):
|
|
40 |
|
41 |
# Example usage
|
42 |
image_paths = [
|
43 |
-
'path/to/
|
44 |
-
'path/to/
|
45 |
-
'path/to/
|
46 |
]
|
47 |
|
48 |
for image_path in image_paths:
|
|
|
40 |
|
41 |
# Example usage
|
42 |
image_paths = [
|
43 |
+
'path/to/image.jpg',
|
44 |
+
'path/to/image.jpg',
|
45 |
+
'path/to/image.jpg'
|
46 |
]
|
47 |
|
48 |
for image_path in image_paths:
|