(image_url)
| 102 | |
| 103 | |
| 104 | def get_image_classification(image_url): |
| 105 | # Keep original method name for backwards-compatibility |
| 106 | return classify_image_url(image_url) |
| 107 | |
| 108 | |
| 109 | def classify_local_image(file_path): |
nothing calls this directly
no test coverage detected