DaniloTertu commited on
Commit
2ff1093
·
1 Parent(s): b9c823c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def get_y(r):
7
  number = ''.join(filter(str.isdigit, str(r)))
8
  return train_y[int(number)]
9
 
10
- learn = joblib.load('CollaborativeFiltering.pkl', encoding='latin1')
11
 
12
  label = gr.outputs.Label()
13
 
 
7
  number = ''.join(filter(str.isdigit, str(r)))
8
  return train_y[int(number)]
9
 
10
+ learn = joblib.load('collaborativefiltering.pkl')
11
 
12
  label = gr.outputs.Label()
13