export interface ImageItem {
    label: string;
    score: number;
}
