bpHigh commited on
Commit
7b302d7
1 Parent(s): 7613c44

Update with Keras Model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("bpHigh/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"
 
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"