Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,8 +69,8 @@ def recommend(movie):
|
|
69 |
st.title('Movie Recommender π¬')
|
70 |
|
71 |
# Provide the correct absolute paths to the pickled data
|
72 |
-
movie_list_path = "https://
|
73 |
-
similarity_path = "https://
|
74 |
|
75 |
movies = pickle.load(open(movie_list_path, 'rb'))
|
76 |
similarity = pickle.load(open(similarity_path, 'rb'))
|
|
|
69 |
st.title('Movie Recommender π¬')
|
70 |
|
71 |
# Provide the correct absolute paths to the pickled data
|
72 |
+
movie_list_path = "https://drive.google.com/file/d/1OmueIayrvczEQKRWIOfEkKH5zLWGxCn1/view?usp=drive_link"
|
73 |
+
similarity_path = "https://drive.google.com/file/d/1RI6XgtbaNxlBqZM0cznOZXN88tQWo98a/view?usp=drive_link"
|
74 |
|
75 |
movies = pickle.load(open(movie_list_path, 'rb'))
|
76 |
similarity = pickle.load(open(similarity_path, 'rb'))
|