Spaces:
Runtime error
Runtime error
Update with Keras Model
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from collections import defaultdict
|
|
| 11 |
import math
|
| 12 |
import networkx as nx
|
| 13 |
|
| 14 |
-
model = from_pretrained_keras("
|
| 15 |
|
| 16 |
# Download the actual data from http://files.grouplens.org/datasets/movielens/ml-latest-small.zip"
|
| 17 |
movielens_data_file_url = "http://files.grouplens.org/datasets/movielens/ml-latest-small.zip"
|
|
|
|
| 11 |
import math
|
| 12 |
import networkx as nx
|
| 13 |
|
| 14 |
+
model = from_pretrained_keras("keras-io/Node2Vec_MovieLens")
|
| 15 |
|
| 16 |
# Download the actual data from http://files.grouplens.org/datasets/movielens/ml-latest-small.zip"
|
| 17 |
movielens_data_file_url = "http://files.grouplens.org/datasets/movielens/ml-latest-small.zip"
|