jacoballessio commited on
Commit
71e54ce
1 Parent(s): 5204502

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -40,9 +40,9 @@ def predict(image_path, model, preprocess):
40
 
41
  # Example usage
42
  image_paths = [
43
- 'path/to/real/image.jpg',
44
- 'path/to/fake/image.jpg',
45
- 'path/to/reddit/image.jpg'
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: