Fix train issue

This commit is contained in:
Nicolas Mowen 2025-03-28 09:33:22 -06:00
parent 575eb3e5fe
commit fc4371410c

View File

@ -617,7 +617,7 @@ function FaceAttempt({
(trainName: string) => {
axios
.post(`/faces/train/${trainName}/classify`, {
training_file: data.eventId,
training_file: data.filename,
})
.then((resp) => {
if (resp.status == 200) {