Skip to content

Commit 1f9a380

Browse files
Remove unnecessary target for "Normal_Images"
1 parent 250057e commit 1f9a380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resize_shape: [256, 256]
2-
targets: ['Fire_Images', 'Normal_Images']
2+
targets: ['Fire_Images']
33
model_path: "fire_classifier.h5"
44
model_url: "https://github.com/UPstartDeveloper/Fire-Detection-API/releases/download/v0.0.1/fire_classifier.h5"
5-
model_sha256: "b527ecea0f4786e45eb0242f263752c45fb55754"
5+
model_sha256: "b527ecea0f4786e45eb0242f263752c45fb55754"

0 commit comments

Comments
 (0)