DaniloTertu commited on
Commit
0acbe33
·
1 Parent(s): 526d2cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def get_y(r):
25
  return train_y[int(number)]
26
 
27
 
28
- with open('collab.pkl', 'rb') as f:
29
  learn = pickle.load(f)
30
 
31
  label = gr.outputs.Label()
 
25
  return train_y[int(number)]
26
 
27
 
28
+ with open('collaborativefiltering.pkl', 'rb') as f:
29
  learn = pickle.load(f)
30
 
31
  label = gr.outputs.Label()