Spaces:
Running
Running
| import { SegmentationModelDataType } from "@/api/predictions/types"; | |
| export interface SegmentationModelResultProps { | |
| segmentationModel: SegmentationModelDataType; | |
| index: number; | |
| } | |
| import { SegmentationModelDataType } from "@/api/predictions/types"; | |
| export interface SegmentationModelResultProps { | |
| segmentationModel: SegmentationModelDataType; | |
| index: number; | |
| } | |