arham061 commited on
Commit
8cadc93
1 Parent(s): 10b3e87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import pathlib
12
  plt = platform.system()
13
  if plt == 'Windows': pathlib.WindowsPath = pathlib.PosixPath
14
 
15
- learn = load_learner('rps_model.pkl')
16
 
17
 
18
  categories = ('paper', 'rock', 'scissors')
 
12
  plt = platform.system()
13
  if plt == 'Windows': pathlib.WindowsPath = pathlib.PosixPath
14
 
15
+ learn = load_learner('RPS_model.pkl')
16
 
17
 
18
  categories = ('paper', 'rock', 'scissors')