Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,7 @@ def classify_image(img):
|
|
25 |
|
26 |
# Example images (local paths or URLs)
|
27 |
example_images = [
|
28 |
-
'skeletonized.jpeg'
|
29 |
-
'active_decay.jpg'
|
30 |
]
|
31 |
|
32 |
# Gradio interface
|
|
|
25 |
|
26 |
# Example images (local paths or URLs)
|
27 |
example_images = [
|
28 |
+
'skeletonized.jpeg' # Replace with actual local file paths or URLs
|
|
|
29 |
]
|
30 |
|
31 |
# Gradio interface
|