Spaces:
Sleeping
Sleeping
jervinjosh68
commited on
Commit
·
88a6081
1
Parent(s):
d093f71
uploaded calibrated weights
Browse files- app.py +1 -1
- weight.pth +1 -1
app.py
CHANGED
@@ -16,7 +16,7 @@ def get_file(url,path,filename, chunk_size=128):
|
|
16 |
|
17 |
|
18 |
def predict(image_name):
|
19 |
-
labels = {0:"1-
|
20 |
model.eval()
|
21 |
|
22 |
|
|
|
16 |
|
17 |
|
18 |
def predict(image_name):
|
19 |
+
labels = {0:"1-40", 1: "41-60" , 2: "61 and above"}
|
20 |
model.eval()
|
21 |
|
22 |
|
weight.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 44931181
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7ab9f4fd5f46749bbf7f1c63c443e88cfe55e455e5258d59d2d07a59b35075e
|
3 |
size 44931181
|