Spaces:
Build error
Build error
Commit
·
0acbe33
1
Parent(s):
526d2cf
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ def get_y(r):
|
|
| 25 |
return train_y[int(number)]
|
| 26 |
|
| 27 |
|
| 28 |
-
with open('
|
| 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()
|