mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Fix train issue
This commit is contained in:
parent
575eb3e5fe
commit
fc4371410c
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user