diff --git a/src/app/(modules)/upload/page.tsx b/src/app/(modules)/upload/page.tsx index 06f6f8f..e54b8bc 100644 --- a/src/app/(modules)/upload/page.tsx +++ b/src/app/(modules)/upload/page.tsx @@ -42,7 +42,7 @@ export default function UploadPage() { // Form states const [file, setFile] = useState(null); const [jsonFile, setJsonFile] = useState(null); - const [selectMethod, setSelectMethod] = useState('combined'); + const [selectMethod, setSelectMethod] = useState('yolo'); // Upload states const [uploading, setUploading] = useState(false);