Chappiel commited on
Commit
ef289c8
·
1 Parent(s): 8f35084
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ if sys.platform != "win32":
10
  pathlib.WindowsPath = pathlib.PosixPath
11
 
12
  # Load the model
13
- learn = load_learner('D:/AI/projects/marvel2/MarvelRivalsHeroClassifier/allheroes2.pkl')
14
  categories = [
15
  'Adam Warlock', 'Black Panther', 'Black Widow', 'Bruce Banner',
16
  'Captain America', 'Cloak & Dagger', 'Doctor Strange', 'Groot',
 
10
  pathlib.WindowsPath = pathlib.PosixPath
11
 
12
  # Load the model
13
+ learn = load_learner('allheroes2.pkl')
14
  categories = [
15
  'Adam Warlock', 'Black Panther', 'Black Widow', 'Bruce Banner',
16
  'Captain America', 'Cloak & Dagger', 'Doctor Strange', 'Groot',