annanau commited on
Commit
7da39d2
·
verified ·
1 Parent(s): 8952a91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -26,8 +26,6 @@ def classify_image(img):
26
  # Example images (local paths or URLs)
27
  example_images = [
28
  'examples/fresh.jpg', # Replace with actual local file paths or URLs
29
- 'examples/early_decay.jpg',
30
- 'examples/advanced_decay.jpg',
31
  'examples/skeletonized.jpg'
32
  ]
33
 
 
26
  # Example images (local paths or URLs)
27
  example_images = [
28
  'examples/fresh.jpg', # Replace with actual local file paths or URLs
 
 
29
  'examples/skeletonized.jpg'
30
  ]
31