gemini model integration
This commit is contained in:
@@ -31,6 +31,7 @@ const DETECTION_METHODS = [
|
||||
// { value: 'yoloe_trained_vl', label: 'YOLOE With Vision Language Model' },
|
||||
{ value: 'culvert_detection', label: 'Culvert Detection' },
|
||||
{ value: 'combined', label: 'Road Defect Detection' },
|
||||
{ value: 'gemini_video', label: 'Gemini AI Analysis' },
|
||||
] as const;
|
||||
|
||||
export default function UploadPage() {
|
||||
|
||||
Reference in New Issue
Block a user