Spaces:
Runtime error
Runtime error
marufc36
commited on
Commit
·
593be4c
1
Parent(s):
aa8bd79
update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ labels=(
|
|
12 |
'Negrito people picture',
|
13 |
'Semitic people picture'
|
14 |
)
|
15 |
-
model=load_learner(f'
|
16 |
def recognize_image(image):
|
17 |
pred, idx, probs=model.predict(image)
|
18 |
print(pred)
|
|
|
12 |
'Negrito people picture',
|
13 |
'Semitic people picture'
|
14 |
)
|
15 |
+
model=load_learner(f'humanRace-v11.pkl')
|
16 |
def recognize_image(image):
|
17 |
pred, idx, probs=model.predict(image)
|
18 |
print(pred)
|