DaniloTertu commited on
Commit
2f0c909
·
1 Parent(s): c647e79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def get_y(r):
24
  number = ''.join(filter(str.isdigit, str(r)))
25
  return train_y[int(number)]
26
 
27
- learn = joblib.load('collaborativefiltering.pkl')
28
 
29
  label = gr.outputs.Label()
30
 
 
24
  number = ''.join(filter(str.isdigit, str(r)))
25
  return train_y[int(number)]
26
 
27
+ learn = joblib.dump('collaborativefiltering.pkl')
28
 
29
  label = gr.outputs.Label()
30