change default value
This commit is contained in:
@@ -42,7 +42,7 @@ export default function UploadPage() {
|
|||||||
// Form states
|
// Form states
|
||||||
const [file, setFile] = useState<File | null>(null);
|
const [file, setFile] = useState<File | null>(null);
|
||||||
const [jsonFile, setJsonFile] = useState<File | null>(null);
|
const [jsonFile, setJsonFile] = useState<File | null>(null);
|
||||||
const [selectMethod, setSelectMethod] = useState('combined');
|
const [selectMethod, setSelectMethod] = useState('yolo');
|
||||||
|
|
||||||
// Upload states
|
// Upload states
|
||||||
const [uploading, setUploading] = useState(false);
|
const [uploading, setUploading] = useState(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user