Spaces:
Runtime error
Runtime error
dpaliwa
commited on
Commit
·
609e102
1
Parent(s):
ef3c67e
changed model being used
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def is_holdingweapon(x):
|
|
8 |
return parent_label(x)
|
9 |
|
10 |
|
11 |
-
learn = load_learner('
|
12 |
|
13 |
|
14 |
categories = ('Human holding Weapon','Weapon')
|
|
|
8 |
return parent_label(x)
|
9 |
|
10 |
|
11 |
+
learn = load_learner('model.pkl')
|
12 |
|
13 |
|
14 |
categories = ('Human holding Weapon','Weapon')
|